Click or drag to resize
HTMLHelperEnsureHtmlLineEndings Method
Ensures the HTML line endings (<br />) in the given text.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
public static string EnsureHtmlLineEndings(
	string text
)

Parameters

text
Type: SystemString
Text to process

Return Value

Type: String
See Also