Code Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the code represented by the mixed code document seen as a template.

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

Syntax

C#
public string Code { get; }
Visual Basic
Public ReadOnly Property Code As String
	Get
Visual C++
public:
property String^ Code {
	String^ get ();
}

See Also