UrlHelper Constructor

 

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

NameDescription
System_CAPS_pubmethodUrlHelper()

Initializes a new instance of the UrlHelper class.

System_CAPS_pubmethodUrlHelper(HttpRequestMessage^)

Initializes a new instance of the UrlHelper class.

Return to top

UrlHelper Constructor ()

Initializes a new instance of the UrlHelper class.

public:
UrlHelper()
Return to top

UrlHelper Constructor (HttpRequestMessage^)

Initializes a new instance of the UrlHelper class.

public:
UrlHelper(
	HttpRequestMessage^ request
)

Parameters

request
Type: System.Net.Http::HttpRequestMessage^

The HTTP request for this instance.

Return to top
Show: