BootstrapClientTagBox.GetTagCollection Method
Returns a collection of tags.
Declaration
GetTagCollection(): string[]
Returns
Type | Description |
---|---|
string[] | A String[] object that is the collection of tags. |
Remarks
Use the GetTagCollection method on the client-side to gain access to the collection of tags. To set the tag collection, use the BootstrapClientTagBox.SetTagCollection method.
See Also