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.
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, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note: