AbstractUserControlEval Method (String, Boolean) |
Evaluates the item data (safe version), with html encoding.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax public virtual Object Eval(
string columnName,
bool encode
)
Parameters
- columnName
- Type: SystemString
Column name - encode
- Type: SystemBoolean
If true the text is encoded
Return Value
Type:
ObjectSee Also