BoundField.SupportsHtmlEncode Property

Definition

Gets a value indicating whether HTML encoding is supported by a BoundField object.

C#
protected virtual bool SupportsHtmlEncode { get; }

Property Value

Always returns true to indicate that HTML encoding is supported by a BoundField.

Remarks

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.

Applies to

Produkt Verzie
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also