InnerText Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets or Sets the text between the start and end tags of the object.

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

Syntax

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

See Also