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

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

Parameters

url
Type: SystemString
Page URL.

Return Value

Type: String

Implements

ISearchCrawlerDownloadHtmlContent(String)
See Also