Skip to main content

BootstrapClientTagBox.GetTagCollection Method

Returns a collection of tags.

#Declaration

TypeScript
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