NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.RawUrl

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;

Property Value

String representing the raw URL.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace