Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DirectRouteFactoryContext Class

 

Represents a context that supports creating a direct route.

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

System::Object
  System.Web.Http.Routing::DirectRouteFactoryContext

public ref class DirectRouteFactoryContext 

NameDescription
System_CAPS_pubpropertyActions

Gets the action descriptors to which to create a route.

System_CAPS_pubpropertyInlineConstraintResolver

Gets the inline constraint resolver.

System_CAPS_pubpropertyPrefix

Gets the route prefix, if any, defined by the controller.

System_CAPS_pubpropertyTargetIsAction

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

NameDescription
System_CAPS_pubmethodCreateBuilder(String^)

Creates a route builder that can build a route matching this context.

System_CAPS_pubmethodCreateBuilder(String^, IInlineConstraintResolver^)

Creates a route builder that can build a route matching this context.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: