BoundField::SupportsHtmlEncode Property
.NET Framework (current version)
Gets a value indicating whether HTML encoding is supported by a BoundField object.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::BooleanAlways returns true to indicate that HTML encoding is supported by a BoundField.
The SupportsHtmlEncode property is a helper property used by the BoundField class and derived classes to determine whether HTML encoding is supported by the class.
Notes to Inheritors:
When deriving from the BoundField class, you can override this property to indicate whether HTML encoding is supported by the class.
.NET Framework
Available since 2.0
Available since 2.0
Show: