Click or drag to resize
ISearchCrawlerDownloadHtmlContent Method
Downloads the HTML code for the specified URL.

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 10.0.0
Syntax
C#
string DownloadHtmlContent(
	string url
)

Parameters

url
Type: SystemString
URL of the page to download.

Return Value

Type: String
See Also