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

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

Parameters

plainText
Type: System.String
Plain text version
originalHtml
Type: System.String
Original HTML version

Return Value

Type: String
See Also