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: 9.0.0
Syntax
C#
public string DownloadHtmlContent(
	string url
)

Parameters

url
Type: SystemString
Page url

Return Value

Type: String
See Also