Gets the current request's raw URL.
[Visual Basic] Public ReadOnly Property RawUrl As String [C#] public string RawUrl {get;} [C++] public: __property String* get_RawUrl(); [JScript] public function get RawUrl() : String;
String representing the raw URL.
HttpRequest Class | HttpRequest Members | System.Web Namespace