HttpRouteCollectionExtensions Class

 

Provides extension methods for the HttpRouteCollection class.

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

System::Object
  System.Web.Http.OData.Extensions::HttpRouteCollectionExtensions

[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class HttpRouteCollectionExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMapODataServiceRoute(HttpRouteCollection^, String^, String^, IEdmModel^)

Maps the specified OData route.

System_CAPS_pubmethodSystem_CAPS_staticMapODataServiceRoute(HttpRouteCollection^, String^, String^, IEdmModel^, IODataPathHandler^, IEnumerable<IODataRoutingConvention^>^)

Maps the specified OData route.

System_CAPS_pubmethodSystem_CAPS_staticMapODataServiceRoute(HttpRouteCollection^, String^, String^, IEdmModel^, IODataPathHandler^, IEnumerable<IODataRoutingConvention^>^, ODataBatchHandler^)

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_staticMapODataServiceRoute(HttpRouteCollection^, String^, String^, IEdmModel^, ODataBatchHandler^)

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.

Return to top
Show: