Click or drag to resize
AbstractCMSPage.Eval Method (String, Boolean)
Evaluates the item data (safe version), with html encoding.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 11.0.0
Syntax
C#
public virtual Object Eval(
	string columnName,
	bool encode
)

Parameters

columnName
Type: System.String
Column name
encode
Type: System.Boolean
If true the text is encoded

Return Value

Type: Object
See Also