Click or drag to resize
AbstractUserControlEvalHtmlAttribute Method
Evaluates the item data, encodes it to be used in HTML attribute.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax
C#
public virtual string EvalHtmlAttribute(
	string column
)

Parameters

column
Type: SystemString
Column name

Return Value

Type: String
See Also