NamespaceURI Property

WebKit .NET

[This is preliminary documentation and is subject to change.]

Gets the namespace URI of this node.

Namespace:  WebKit.DOM
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public Uri NamespaceURI { get; }
Visual Basic (Declaration)
Public ReadOnly Property NamespaceURI As Uri
Visual C++
public:
property Uri^ NamespaceURI {
	Uri^ get ();
}

See Also