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