BootstrapClientTagBox.ClearTagCollection Method
Removes all tags contained in the tag box.
Declaration
ClearTagCollection(): void
Remarks
The ClearTagCollection method removes all tags from the tag box on the client. To remove an individual tag, use the BootstrapClientTagBox.RemoveToken and BootstrapClientTagBox.RemoveTokenByText methods.
See Also