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