Click or drag to resize
HTMLHelperEncodeQuotes Method

Note: This API is now obsolete.

Replace quote characters (double or simple) with HTML encode entity ("/")

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete use HTMLHelper.EncodeForHtmlAttribute instead.")]
public static string EncodeQuotes(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text

Return Value

Type: String
See Also