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