DynamicField::HtmlEncode Property
Gets or sets a value that indicates whether data field values are HTML-encoded before they are displayed in a DynamicField object.
Namespace: System.Web.DynamicData
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
public: virtual property bool HtmlEncode { bool get () sealed; void set (bool value) sealed; }
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. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note