MutationObserverInitAttributes Property |
Set to true if mutations to target’s attributes are to be observed. Can be omitted if attributeOldValue and/or attributeFilter is specified.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public bool Attributes { get; set; }
Public Property Attributes As Boolean
Get
Set
public:
property bool Attributes {
bool get ();
void set (bool value);
}
member Attributes : bool with get, set
Property Value
Type:
BooleanSee Also