This documentation is archived and is not being maintained.

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::Boolean
true if field values are HTML-encoded before they are displayed; otherwise, false. The default is true.

Implements

IFieldFormattingOptions::HtmlEncode

Use the HtmlEncode property to specify whether field values are HTML-encoded to their respective string representations before they are displayed.

NoteNote:

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.

.NET Framework

Supported in: 3.5 SP1
Show: