ODataUrlHelperExtensions Class
Provides extension methods for the UrlHelper class.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ODataLink(UrlHelper^, IList<ODataPathSegment^>^) | Obsolete.Generates an OData link using the request's OData route name and path handler and given segments. |
![]() ![]() | ODataLink(UrlHelper^, array<ODataPathSegment^>^) | Obsolete.Generates an OData link using the request's OData route name and path handler and given segments. |
![]() ![]() | ODataLink(UrlHelper^, String^, IODataPathHandler^, IList<ODataPathSegment^>^) | Obsolete.Generates an OData link using the given OData route name, path handler, and segments. |
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:

