arachnode.net

HtmlManager.CreateHtmlDocument(String, String, String, UriQualificationType, ArachnodeDAO) Method

Creates a HtmlDocument (WebPage) that references downloaded content. If the Discovery isn't available locally, a remote (hotlinked) request is made.

public static HtmlDocument CreateHtmlDocument(
   string webPageAbsoluteUri,
   string fullTextIndexType,
   string source,
   UriQualificationType uriQualificationType,
   ArachnodeDAO arachnodeDAO
);

Parameters

webPageAbsoluteUri
The web page absolute URI.
fullTextIndexType
source
The source.
uriQualificationType
Type of the URI qualification.
arachnodeDAO
The arachnode DAO.

Return Value

See Also

HtmlManager Class | Arachnode.SiteCrawler.Managers Namespace | HtmlManager.CreateHtmlDocument Overload List