CheckBoxField::HtmlEncodeFormatString Property
.NET Framework (current version)
Gets or sets a value that indicates whether the formatted text should be HTML encoded before it is displayed.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool HtmlEncodeFormatString { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::Booleantrue if the text should be HTML encoded; otherwise, false. The default is true.
HTML-encoding values can help prevent cross-site scripting attacks and malicious content from being displayed.
.NET Framework
Available since 2.0
Available since 2.0
Show: