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!

HttpUrl.ToString

Builds (concatenates) a string consisting of protocol + "/" + host + ":" + port + "?" + queryString + "#" + anchor.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Remarks

If a property is null, it and the associated prefix character ("/", ":", etc.) is not added to the output string.

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace