DirectRouteFactoryContext Class
Represents a context that supports creating a direct route.
Assembly: System.Web.Http (in System.Web.Http.dll)
| Name | Description | |
|---|---|---|
![]() | DirectRouteFactoryContext(String^, IReadOnlyCollection<HttpActionDescriptor^>^, IInlineConstraintResolver^, Boolean) | Initializes a new instance of theDirectRouteFactoryContext class. |
| Name | Description | |
|---|---|---|
![]() | Actions | Gets the action descriptors to which to create a route. |
![]() | InlineConstraintResolver | Gets the inline constraint resolver. |
![]() | Prefix | Gets the route prefix, if any, defined by the controller. |
![]() | TargetIsAction | Gets a value indicating whether the route is configured at the action or controller level. |
| Name | Description | |
|---|---|---|
![]() | CreateBuilder(String^) | Creates a route builder that can build a route matching this context. |
![]() | CreateBuilder(String^, IInlineConstraintResolver^) | Creates a route builder that can build a route matching this context. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


