UrlHelperExtensions Class
Provides extension methods for the UrlHelper class.
Namespace: System.Web.OData.Extensions
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Extensions.UrlHelperExtensions
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static class UrlHelperExtensions
[ExtensionAttribute]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public ref class UrlHelperExtensions abstract sealed
[<AbstractClass>]
[<Sealed>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type UrlHelperExtensions = class end
<ExtensionAttribute>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public NotInheritable Class UrlHelperExtensions
Methods
Name | Description | |
---|---|---|
CreateODataLink(UrlHelper, IList<ODataPathSegment>) | Generates an OData link using the request's OData route name and path handler and given segments. |
|
CreateODataLink(UrlHelper, ODataPathSegment[]) | Generates an OData link using the request's OData route name and path handler and given segments. |
|
CreateODataLink(UrlHelper, String, IODataPathHandler, IList<ODataPathSegment>) | 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
System.Web.OData.Extensions Namespace
Return to top