MutationRecordAttributeNamespace Property |
Returns the namespace of the changed attribute, and null otherwise.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic string AttributeNamespace { get; }
Public ReadOnly Property AttributeNamespace As String
Get
public:
property String^ AttributeNamespace {
String^ get ();
}
member AttributeNamespace : string with get
Property Value
Type:
String
The attribute namespace.
See Also