BootstrapClientTagBox.SetTagCollection(collection) Method
Sets a collection of tags.
Declaration
SetTagCollection(
collection: string[]
): void
Parameters
Name | Type | Description |
---|---|---|
collection | string[] | An object that is the collection of tags. |
Remarks
Use the SetTagCollection method on the client-side to set the collection of tags. To get the tag collection, use the BootstrapClientTagBox.GetTagCollection method.
See Also