HTMLHelperHTMLEncodeLineBreaks Method |
HTML encoding function. HTML encodes given text and replaces standard line breaks with "<br />" tag.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static string HTMLEncodeLineBreaks(
string inputText
)
Parameters
- inputText
- Type: SystemString
Input text to encode
Return Value
Type:
StringSee Also