Click or drag to resize
AbstractUserControlEvalHTML Method
Evaluates the item data and doesn't encode it. Method should be used for columns with html content.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
public virtual string EvalHTML(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: String
See Also