| UniGridFunctionsHTMLEncode Method | 
            HTML  encodes text.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic static Object HTMLEncode(
	Object text
)
Parameters
- text
- Type: SystemObject
 Text object to be HTML encoded
Return Value
Type: 
ObjectEncoded result text
 See Also
See Also