AbstractCMSPageEvalHTML Method |
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public virtual string EvalHTML(
string columnName
)
Parameters
- columnName
- Type: SystemString
Column name
Return Value
Type:
StringSee Also