Code Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the fragment code text.

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

Syntax

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

See Also