IPageRoute interface
Route information for the current page
Properties
id | Id of the contributed route |
route |
The route values that were specified in the request |
Property Details
id
Id of the contributed route
id: string
Property Value
string
routeValues
The route values that were specified in the request
routeValues: {[key: string]: string}
Property Value
{[key: string]: string}