Click or drag to resize
SearchCrawlerContentProcessorProcess Method
Processes the HTML content retrieved by the crawler to get a content to be indexed by the search.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax
C#
public string Process(
	string htmlContent
)

Parameters

htmlContent
Type: SystemString
HTML content to process.

Return Value

Type: String
Returns a content suitable for search indexing (without e.g. HTML tags).

Implements

ISearchCrawlerContentProcessorProcess(String)
See Also