Click or drag to resize
TransformationHelperHTMLEncode Method
Returns encoded text.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string HTMLEncode(
	string text
)

Parameters

text
Type: SystemString
Text to be encoded

Return Value

Type: String
See Also