HTMLHelper.EncodeForHtmlAttribute Method |
Encodes string to be used as the HTML attribute value.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntaxpublic static string EncodeForHtmlAttribute(
string inputText
)
Parameters
- inputText
- Type: System.String
Input text to encode
Return Value
Type:
String
See Also