HttpRequestBase.Url Property

Definition

When overridden in a derived class, gets information about the URL of the current request.

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

Property Value

Uri

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

Exceptions

Applies to