MutationRecordAttributeName Property
Returns the local name of the changed attribute, and null otherwise.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public string AttributeName { get; }

Property Value

Type: String
The name of the attribute.
See Also