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.
ODataHttpRouteCollectionExtensions Class
Provides extension methods for the HttpRouteCollection class.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | MapODataRoute(HttpRouteCollection^, String^, String^, IEdmModel^) | Obsolete.Maps the specified OData route. |
![]() ![]() | MapODataRoute(HttpRouteCollection^, String^, String^, IEdmModel^, IODataPathHandler^, IEnumerable<IODataRoutingConvention^>^) | Obsolete.Maps the specified OData route. |
![]() ![]() | MapODataRoute(HttpRouteCollection^, String^, String^, IEdmModel^, IODataPathHandler^, IEnumerable<IODataRoutingConvention^>^, ODataBatchHandler^) | Obsolete.Maps the specified OData route. When the batchHandler is provided, it will create a '$batch' endpoint to handle the batch requests. |
![]() ![]() | MapODataRoute(HttpRouteCollection^, String^, String^, IEdmModel^, ODataBatchHandler^) | Obsolete.Maps the specified OData route. When the batchHandler is provided, it will create a '$batch' endpoint to handle the batch requests. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

