UrlMatchingNode 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
中的节点 UrlMatchingTree。
public ref class UrlMatchingNode
public class UrlMatchingNode
type UrlMatchingNode = class
Public Class UrlMatchingNode
- 继承
-
UrlMatchingNode
构造函数
UrlMatchingNode(Int32) |
初始化 UrlMatchingNode 的新实例。 |
属性
CatchAlls |
获取或设置 表示 UrlMatchingNode 捕获 中此段后面的所有参数段的 TreeRouter。 |
ConstrainedCatchAlls |
获取或设置 ,UrlMatchingNode它表示捕获中此段之后具有约束的所有参数段。TreeRouter |
ConstrainedParameters |
获取或设置 表示参数段的 UrlMatchingNode ,其约束位于 中此段之后 TreeRouter。 |
Depth |
获取 中 UrlMatchingTree此节点的路径长度。 |
IsCatchAll |
获取或设置一个值,该值指示此节点是否表示 catch all 段。 |
Literals |
获取此段后面的文本段。 |
Matches |
获取与此节点关联的匹配路由条目的列表。 |
Parameters |
获取或设置 中UrlMatchingNodeTreeRouter表示此段后面的参数段。 |