IDirectRouteBuilder Interface

 

Defines a builder that creates direct routes to actions (attribute routes).

Namespace:   System.Web.Http.Routing
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IDirectRouteBuilder

NameDescription
System_CAPS_pubpropertyActions

Gets the action descriptors to which to create a route.

System_CAPS_pubpropertyConstraints

Gets or sets the route constraints.

System_CAPS_pubpropertyDataTokens

Gets or sets the route data tokens.

System_CAPS_pubpropertyDefaults

Gets or sets the route defaults.

System_CAPS_pubpropertyName

Gets or sets the route name, if any; otherwise null.

System_CAPS_pubpropertyOrder

Gets or sets the route order.

System_CAPS_pubpropertyPrecedence

Gets or sets the route precedence.

System_CAPS_pubpropertyTargetIsAction

Gets a value indicating whether the route is configured at the action or controller level.

System_CAPS_pubpropertyTemplate

Gets or sets the route template.

NameDescription
System_CAPS_pubmethodBuild()

Creates a route entry based on the current property values.

Return to top
Show: