ElementClassList Property |
Returns a live DOMTokenList which contains tokens received from parsing the "class" attribute.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic DOMTokenList ClassList { get; }
Public ReadOnly Property ClassList As DOMTokenList
Get
public:
property DOMTokenList^ ClassList {
DOMTokenList^ get ();
}
member ClassList : DOMTokenList with get
Property Value
Type:
DOMTokenList
See Also