Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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 Sub New
Return to top

UrlHelper Constructor (HttpRequestMessage)

Initializes a new instance of the UrlHelper class.

Public Sub New (
	request As HttpRequestMessage
)

Parameters

request
Type: System.Net.Http.HttpRequestMessage

The HTTP request for this instance.

Return to top
Show: