Click or drag to resize
SearchCrawlerHtmlToPlainTextHandler Delegate
Html to plain text version delegate.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public delegate string HtmlToPlainTextHandler(
	string plainText,
	string originalHtml
)

Parameters

plainText
Type: SystemString
Plain text version
originalHtml
Type: SystemString
Original HTML version

Return Value

Type: String
See Also