IPageRoute interface

当前页面的路线信息

属性

id

贡献路由的 ID

routeValues

请求中指定的路由值

属性详细信息

id

贡献路由的 ID

id: string

属性值

string

routeValues

请求中指定的路由值

routeValues: {[key: string]: string}

属性值

{[key: string]: string}