Skip to main content

BootstrapClientTagBox.ClearTagCollection Method

In This Article

Removes all tags contained in the tag box.

#Declaration

TypeScript
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