InboundRouteEntry 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.
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. |