SourceText Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the the full text of the line containing the error.

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

Syntax

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

See Also