Click or drag to resize
HTMLHelperEncodeAngleBrackets Method

Note: This API is now obsolete.

Replace angle brackets with HTML encode entity (</>)

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("Method is obsolete and will be removed.")]
public static string EncodeAngleBrackets(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text

Return Value

Type: String
See Also