CheckBoxField::HtmlEncodeFormatString Property

 

Gets or sets a value that indicates whether the formatted text should be HTML encoded before it is displayed.

Namespace:   System.Web.UI.WebControls
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::Boolean

true 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
Return to top
Show: