DynamicField.HtmlEncode Property
.NET Framework (current version)
Gets or sets a value that indicates whether data field values are HTML-encoded before they are displayed in a DynamicField object.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Property Value
Type: System.Booleantrue if field values are HTML-encoded before they are displayed; otherwise, false. The default is true.
Implements
IFieldFormattingOptions.HtmlEncodeUse the HtmlEncode property to specify whether field values are HTML-encoded to their respective string representations before they are displayed.
Note |
|---|
HTML-encoding field values helps to prevent cross-site scripting attacks and malicious content from being displayed. This property should be enabled whenever possible. For more information, see Script Exploits Overview. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
