UrlHelperExtensions Class

Definition

Provides extension methods for the System.Web.Http.Routing.UrlHelper class.

public static class UrlHelperExtensions
type UrlHelperExtensions = class
Public Module UrlHelperExtensions
Inheritance
UrlHelperExtensions

Methods

CreateODataLink(IUrlHelper, IList<ODataPathSegment>)

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

CreateODataLink(IUrlHelper, ODataPathSegment[])

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

CreateODataLink(IUrlHelper, String, IODataPathHandler, IList<ODataPathSegment>)

Generates an OData link using the given OData route name, path handler, and segments.

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.

Applies to