This documentation is archived and is not being maintained.
DynamicField::HtmlEncode Property
Visual Studio 2010
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)
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note