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.Url

Gets Information regarding URL of current request.

[Visual Basic]
Public ReadOnly Property Url As HttpUrl
[C#]
public HttpUrl Url {get;}
[C++]
public: __property HttpUrl* get_Url();
[JScript]
public function get Url() : HttpUrl;

Property Value

A managed reference to an HttpUrl object containing information regarding the URL of the current request.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace