AttrNamespaceURI Property |
The namespace URI of this node, or null if it is unspecified.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic override string NamespaceURI { get; }
Public Overrides ReadOnly Property NamespaceURI As String
Get
public:
virtual property String^ NamespaceURI {
String^ get () override;
}
abstract NamespaceURI : string with get
override NamespaceURI : string with get
Property Value
Type:
String
See Also