UrlHelper Class

 

Represents a factory for creating URLs.

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

System::Object
  System.Web.Http.Routing::UrlHelper

public ref class UrlHelper 

NameDescription
System_CAPS_pubmethodUrlHelper()

Initializes a new instance of the UrlHelper class.

System_CAPS_pubmethodUrlHelper(HttpRequestMessage^)

Initializes a new instance of the UrlHelper class.

NameDescription
System_CAPS_pubpropertyRequest

Gets or sets the HttpRequestMessage of the current UrlHelper instance.

NameDescription
System_CAPS_pubmethodContent(String^)

Creates an absolute URL using the specified path.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLink(String^, IDictionary<String^, Object^>^)

Returns a link for the specified route.

System_CAPS_pubmethodLink(String^, Object^)

Returns a link for the specified route.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRoute(String^, IDictionary<String^, Object^>^)

Returns the route for the UrlHelper.

System_CAPS_pubmethodRoute(String^, Object^)

Returns the route for the UrlHelper.

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: