DOMTokenList.Contains
DOMTokenList.Contains method
Returns true if the list contains the given token, otherwise false.
public bool Contains(string token)
Parameter | Type | Description |
---|---|---|
token | String | The token to locate in the list. |
Return Value
A Boolean, which is true if the calling list contains token, otherwise false.
See Also
- class DOMTokenList
- namespace Aspose.Html.Collections
- assembly Aspose.HTML