Value Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the value of the attribute.

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

Syntax

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

See Also