HttpRequestWrapper.Url Property

Definition

Gets information about the URL of the current request.

public:
 virtual property Uri ^ Url { Uri ^ get(); };
public override Uri Url { get; }
member this.Url : Uri
Public Overrides ReadOnly Property Url As Uri

Property Value

Uri

An object that contains information about the URL of the current request.

Applies to