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

ODataUrlHelperExtensions Class

 

Provides extension methods for the UrlHelper class.

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

System::Object
  System.Web.Http::ODataUrlHelperExtensions

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticODataLink(UrlHelper^, IList<ODataPathSegment^>^)

Obsolete.Generates an OData link using the request's OData route name and path handler and given segments.

System_CAPS_pubmethodSystem_CAPS_staticODataLink(UrlHelper^, array<ODataPathSegment^>^)

Obsolete.Generates an OData link using the request's OData route name and path handler and given segments.

System_CAPS_pubmethodSystem_CAPS_staticODataLink(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.

Return to top
Show: