Click or drag to resize
HTMLHelperHTMLDecode Method
HTML decoding function. Returns a string converted into an HTML-decoded string.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string HTMLDecode(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text to encode

Return Value

Type: String
See Also