Remainder Property

Html Agility Pack

Collapse imageExpand ImageCopy imageCopyHover image
Gets the remaining text. Will always be null if OptionStopperNodeName is null.

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

Syntax

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

See Also