Acrux Html Parser Documentation
Load Method (fileName)
NamespacesAcrux.HtmlHtmlDocumentLoad(String)
Loads an HTML document from a local file.
Declaration Syntax
C#Visual BasicVisual C++
public void Load(
	string fileName
)
Public Sub Load ( _
	fileName As String _
)
public:
void Load(
	String^ fileName
)
Parameters
fileName (String)
The path to the local file to be loaded.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe fileName parameter is null.
NotSupportedExceptionThe file is bigger than 2,147,483,647 bytes.
HtmlParserExceptionAn error is encountered during the parsing operation.

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