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