Acrux Html Parser Documentation
Value Property
NamespacesAcrux.HtmlHtmlNodeValue
Gets or sets the value of the node.
Declaration Syntax
C#Visual BasicVisual C++
public string Value { get; set; }
Public Property Value As String
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}
Exceptions

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