StreamPosition Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the absolute stream position of this error in the document, relative to the start of the document.

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

Syntax

C#
public int StreamPosition { get; }
Visual Basic
Public ReadOnly Property StreamPosition As Integer
	Get
Visual C++
public:
property int StreamPosition {
	int get ();
}

See Also