UrlMatchingNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A node in a UrlMatchingTree.
public ref class UrlMatchingNode
public class UrlMatchingNode
type UrlMatchingNode = class
Public Class UrlMatchingNode
- Inheritance
-
UrlMatchingNode
Constructors
UrlMatchingNode(Int32) |
Initializes a new instance of UrlMatchingNode. |
Properties
CatchAlls |
Gets or sets the UrlMatchingNode representing catch all parameter segments following this segment in the TreeRouter. |
ConstrainedCatchAlls |
Gets or sets the UrlMatchingNode representing catch all parameter segments with constraints following this segment in the TreeRouter. |
ConstrainedParameters |
Gets or sets the UrlMatchingNode representing parameter segments with constraints following this segment in the TreeRouter. |
Depth |
Gets the length of the path to this node in the UrlMatchingTree. |
IsCatchAll |
Gets or sets a value indicating whether this node represents a catch all segment. |
Literals |
Gets the literal segments following this segment. |
Matches |
Gets the list of matching route entries associated with this node. |
Parameters |
Gets or sets the UrlMatchingNode representing parameter segments following this segment in the TreeRouter. |