PagePorter Class Library

HtmlPageReader.GetNextItem Method 

Returns the next item from the HTML file.

[Visual Basic]
Public Function GetNextItem() As String
[C#]
public string GetNextItem();

Return Value

Returns the next item from the HTML file.

Remarks

An item is considered to be either an HTML tag (text surrounded by angle brackets) or the text between them. There are a few exceptions to this simple rule:

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace