RouterStateSnapshotlink
Represents the state of the router at a moment in time.
表示路由器在当前瞬间的状态。
说明
This is a tree of activated route snapshots. Every node in this tree knows about the "consumed" URL segments, the extracted parameters, and the resolved data.
这是一个由活动路由的快照组成的树。本树中的每个节点都会知道 "已消费的" URL 片段、已提取出的参数和已解析出的数据。
Example
范例
属性
| 属性名 | 类型 | 说明 |
|---|---|---|
| url | The url from which this snapshot was created |
方法
参数没有参数。 返回值
|