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