InboundRouteEntry Class

Definition

Used to build an TreeRouter. Represents a URL template tha will be used to match incoming request URLs.

public ref class InboundRouteEntry
public class InboundRouteEntry
type InboundRouteEntry = class
Public Class InboundRouteEntry
Inheritance
InboundRouteEntry

Constructors

InboundRouteEntry()

Properties

Constraints

Gets or sets the route constraints.

Defaults

Gets or sets the route defaults.

Handler

Gets or sets the IRouter to invoke when this entry matches.

Order

Gets or sets the order of the entry.

Precedence

Gets or sets the precedence of the entry.

RouteName

Gets or sets the name of the route.

RouteTemplate

Gets or sets the RouteTemplate.

Applies to