HTMLHelperHtmlToPlainText Method |
Converts HTML to the plain text (body part).
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string HtmlToPlainText(
string htmlCode
)
Parameters
- htmlCode
- Type: SystemString
HTML code
Return Value
Type:
StringSee Also