PagePorter Class Library

HtmlPageReader.OpenString Method 

Uses an HTML string for reading.

[Visual Basic]
Public Sub OpenString( _
   ByVal s As String _
)
[C#]
public void OpenString(
   string s
);

Parameters

s
The HTML of the page to read.

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace