HttpRequestBase.RawUrl Property

Definition

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

public:
 virtual property System::String ^ RawUrl { System::String ^ get(); };
public virtual string RawUrl { get; }
member this.RawUrl : string
Public Overridable ReadOnly Property RawUrl As String

Property Value

The complete URL of the current request.

Exceptions

Applies to