Share via


UrlMatchingNode Class

Definition

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.

Applies to