MutationObserverInitAttributeFilter Property |
Set to a list of attribute local names (without namespace) if not all attribute mutations need to be observed and attributes is true or omitted.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic IList<string> AttributeFilter { get; set; }
Public Property AttributeFilter As IList(Of String)
Get
Set
public:
property IList<String^>^ AttributeFilter {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member AttributeFilter : IList<string> with get, set
Property Value
Type:
IListString
See Also