CheckBoxField::SupportsHtmlEncode Property

 

Gets a Boolean value indicating whether the control supports HTML encoding.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
property bool SupportsHtmlEncode {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

false in all cases.

HTML encoding is not supported for this control, and this property always returns false.

.NET Framework
Available since 2.0
Return to top
Show: