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.Request Property

 

Gets or sets the HttpRequestMessage of the current UrlHelper instance.

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

public HttpRequestMessage Request { get; set; }

Property Value

Type: System.Net.Http.HttpRequestMessage

The HttpRequestMessage of the current instance.

Return to top
Show: