DOMTokenList.Supports

DOMTokenList.Supports method

Returns true if a given token is in the associated attribute’s supported tokens.

public bool Supports(string token)
ParameterTypeDescription
tokenStringThe token to query for.

Return Value

A Boolean indicating whether the token was found.

See Also