HTMLHelperEnsureHtmlLineEndings Method |
Ensures the HTML line endings (<br />) in the given text.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string EnsureHtmlLineEndings(
string text
)
Parameters
- text
- Type: SystemString
Text to process
Return Value
Type:
StringSee Also