UrlMatch Type
The result of a successful match between a URL and a templated URL
Record fields
Record Field | Description |
Full Usage:
Hash
Field type: string voption
|
|
|
Example/:id/:name will match /123/john and the segments will be Params["id"] = 123 Params["name"] = "john" |
|
Example
/users?name&age |