BootstrapClientTagBox.IsCustomToken(text, caseSensitive) Method
Obsolete. Use the BootstrapClientTagBox.IsCustomTag method instead.
Declaration
IsCustomToken(
text: string,
caseSensitive: boolean
): boolean
Parameters
| Name | Type |
|---|---|
| text | string |
| caseSensitive | boolean |
Returns
| Type |
|---|
| boolean |
See Also