UrlHelperExtensions Class

 

Provides extension methods for the UrlHelper 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::UrlHelperExtensions

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

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

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

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

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

System_CAPS_pubmethodSystem_CAPS_staticCreateODataLink(UrlHelper^, String^, IODataPathHandler^, IList<ODataPathSegment^>^)

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: