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)
Syntaxpublic bool IsHtml { get; set; }<asp:ToolTip IsHtml="True|False" />
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