MetaColumn.HtmlEncode Property

Definition

Gets a value that indicates whether field values are HTML-encoded before they are displayed in a data-bound control.

public:
 property bool HtmlEncode { bool get(); };
public bool HtmlEncode { get; }
member this.HtmlEncode : bool
Public ReadOnly Property HtmlEncode As Boolean

Property Value

true in all cases.

Implements

Applies to