Skip to main content
A newer version of this page is available. .

BootstrapClientTagBox.GetTagTextHtmlElement(index) Method

Returns an HTML span element that corresponds to the specified tag’s text.

Declaration

GetTagTextHtmlElement(
    index: number
): any

Parameters

Name Type Description
index number

An integer value that is the tag index.

Returns

Type Description
any

An object that is the HTML span element that corresponds to the specified tag’s text.

See Also