new tart.mvc.uri.Request(uriString, router)
Represents a request made to the application, storing its controller, action and parameters.
Name | Type | Description |
---|---|---|
uriString |
Location | string |
uri to be routed. This can either be a string of the uri or a Location such as window.location. |
router |
tart.mvc.uri.Router |
uri router. |
Members
-
nullablecustomQuerystring
-
Custom query field of Request object. This field holds extra parameter which followed by "?".