Click or drag to resize
AbstractUserControlEvalText Method (String)
Evaluates the item data and encodes it. Method should be used for columns with string nonhtml content.

Namespace: CMS.Base.Web.UI
Assembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 10.0.0
Syntax
C#
public virtual string EvalText(
	string columnName
)

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: String
See Also