PagePorter Class Library

HtmlPageReader.FindTag Method 

Returns the next tag from the HTML file whose tag name matches the specified name.

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

Parameters

tagName
The name of the tag.

Return Value

Returns the next tag from the HTML file whose tag name matches the specified name.

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace