ODataActionSelector Class
An implementation of T:System.Web.Controllers.IHttpActionSelector that uses the server's OData routing conventions to select an action for OData requests.
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | ODataActionSelector(IHttpActionSelector^) | Initializes a new instance of the ODataActionSelector class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetActionMapping(HttpControllerDescriptor^) | Returns a map, keyed by action string, of all T:System.Web.ControllersActionDescriptor that the selector can select. This is primarily called by T:System.Web.Description.IApiExplorer to discover all the possible actions in the controller. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SelectAction(HttpControllerContext^) | Selects an action for the T:System.Web.Controllers.ApiControllerActionSelector . |
![]() | 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.

