Acrux Html Parser Documentation
Load Method (documentUrl)
NamespacesAcrux.HtmlHtmlDocumentLoad(Uri)
Loads an HTML document using HttpWebRequest or opening the file directly for a 'file' schema.
Declaration Syntax
C#Visual BasicVisual C++
public void Load(
	Uri documentUrl
)
Public Sub Load ( _
	documentUrl As Uri _
)
public:
void Load(
	Uri^ documentUrl
)
Parameters
documentUrl (Uri)
The Url of the HTML document to be loaded.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe documentUrl parameter is null.
NotSupportedExceptionThe Content-Type of the file is not 'text/html' or the file is too big.
HtmlParserExceptionAn error is encountered during the parsing operation.

Assembly: Acrux.Html (Module: Acrux.Html) Version: 1.0.0.0 (1.0.0.215)