Click or drag to resize
HTMLHelperHtmlToPlainText Method
Converts HTML to the plain text (body part).

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

Parameters

htmlCode
Type: SystemString
HTML code

Return Value

Type: String
See Also