Click or drag to resize

ToolTipIsHtml Property

Gets or sets whether the Content contains HTML.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public bool IsHtml { get; set; }

Property Value

Type: Boolean
Remarks
If false, jQuery's text method will be used to insert content into the DOM. Use false if you're worried about XSS attacks.
See Also