RemainderOffset Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the offset of Remainder in the original Html text. If OptionStopperNodeName is null, this will return the length of the original Html text.

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

Syntax

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

See Also