Click or drag to resize
HTMLHelperEncodeForHtmlComment Method
Encodes string to be used in a HTML comment.

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

Parameters

inputText
Type: SystemString
Input text to encode

Return Value

Type: String
See Also