Acrux Html Parser Documentation
LoadHtml Method (html)
NamespacesAcrux.HtmlHtmlDocumentLoadHtml(String)
Loads the HTML document from the specified string.
Declaration Syntax
C#Visual BasicVisual C++
public void LoadHtml(
	string html
)
Public Sub LoadHtml ( _
	html As String _
)
public:
void LoadHtml(
	String^ html
)
Parameters
html (String)
The content to be loaded as HTML document.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe html parameter is null.
HtmlParserExceptionAn error is encountered during the parsing operation.

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