Acrux Html Parser Documentation
InnerText Property
NamespacesAcrux.HtmlHtmlNodeInnerText
Gets the concatinated values of the node and all its child nodes.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string InnerText { get; }
Public Overridable ReadOnly Property InnerText As String
public:
virtual property String^ InnerText {
	String^ get ();
}

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