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

The applicable page anchor.

[Visual Basic]
Overridable Public ReadOnly Property Anchor As String
[C#]
public string Anchor {virtual get;}
[C++]
public: __property virtual String* get_Anchor();
[JScript]
public function get Anchor() : String;

Property Value

Default value is null.

See Also

HttpUrl Class | HttpUrl Members | System.Web Namespace