AttributeRoutingConvention Class
Represents a routing convention that looks for ODataRouteAttributes to match an ODataPath to a controller and an action.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | AttributeRoutingConvention(IEdmModel^, HttpConfiguration^) | Initializes a new instance of the AttributeRoutingConvention class. |
![]() | AttributeRoutingConvention(IEdmModel^, HttpConfiguration^, IODataPathTemplateHandler^) | Initializes a new instance of the AttributeRoutingConvention class. |
![]() | AttributeRoutingConvention(IEdmModel^, IEnumerable<HttpControllerDescriptor^>^) | Initializes a new instance of the AttributeRoutingConvention class. |
![]() | AttributeRoutingConvention(IEdmModel^, IEnumerable<HttpControllerDescriptor^>^, IODataPathTemplateHandler^) | Initializes a new instance of the AttributeRoutingConvention class. |
| Name | Description | |
|---|---|---|
![]() | Model | Gets the IEdmModel to be used for parsing the route templates. |
![]() | ODataPathTemplateHandler | Gets the IODataPathTemplateHandler to be used for parsing the route templates. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SelectAction(ODataPath^, HttpControllerContext^, ILookup<String^, HttpActionDescriptor^>^) | |
![]() | SelectController(ODataPath^, HttpRequestMessage^) | |
![]() | ShouldMapController(HttpControllerDescriptor^) | Specifies whether OData route attributes on this controller should be mapped. |
![]() | 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.


