LoadHtml Method

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Loads a mixed document from a text

Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public void LoadHtml(
	string html
)
Visual Basic
Public Sub LoadHtml ( _
	html As String _
)
Visual C++
public:
void LoadHtml(
	String^ html
)

Parameters

html
Type: System..::..String
The text to load.

See Also