PagePorter Class Library

HtmlPageReader.GetNextTagItem Method 

Returns the next item from the HTML file following the specified tag.

[Visual Basic]
Public Function GetNextTagItem( _
   ByVal tag As String _
) As String
[C#]
public string GetNextTagItem(
   string tag
);

Parameters

tag
The name of the tag.

Return Value

Returns the next item from the HTML file following the specified tag.

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace