ODataUrlHelperExtensions Class
Provides extension methods for the UrlHelper class.
Namespace: System.Web.Http
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.Http.ODataUrlHelperExtensions
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class ODataUrlHelperExtensions
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ExtensionAttribute]
public ref class ODataUrlHelperExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type ODataUrlHelperExtensions = class end
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ExtensionAttribute>
Public NotInheritable Class ODataUrlHelperExtensions
Methods
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, 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. |
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
Return to top