Click or drag to resize
SearchCrawlerHtmlToPlainText Method
Converts html to the plain text (body part).

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

Parameters

htmlCode
Type: SystemString
HTML code

Return Value

Type: String
See Also