Click or drag to resize
UniGridFunctionsHTMLEncode Method
HTML encodes text.

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static Object HTMLEncode(
	Object text
)

Parameters

text
Type: SystemObject
Text object to be HTML encoded

Return Value

Type: Object
Encoded result text
See Also