ODataHttpRouteCollectionExtensions Class

 

Provides extension methods for the HttpRouteCollection class.

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

Inheritance Hierarchy

System.Object
  System.Web.Http.ODataHttpRouteCollectionExtensions

Syntax

[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class ODataHttpRouteCollectionExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class ODataHttpRouteCollectionExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ODataHttpRouteCollectionExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class ODataHttpRouteCollectionExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static MapODataRoute(HttpRouteCollection, String, String, IEdmModel)

Obsolete.Maps the specified OData route.

System_CAPS_pubmethodSystem_CAPS_static MapODataRoute(HttpRouteCollection, String, String, IEdmModel, IODataPathHandler, IEnumerable<IODataRoutingConvention>)

Obsolete.Maps the specified OData route.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

Thread Safety

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

See Also

System.Web.Http Namespace

Return to top