HttpRequestBase.RawUrl Property

 

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

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

public virtual string RawUrl { get; }

Property Value

Type: System.String

The complete URL of the current request.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: