Click or drag to resize
HTMLHelperEncodeForHtmlAttribute Method
Encodes string to be used as the HTML attribute value.

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

Parameters

inputText
Type: SystemString
Input text to encode

Return Value

Type: String
See Also