PagePorter Class Library

HtmlPageReader.Open Method (String, String)

Opens an HTML file for reading with a specified encoding.

[Visual Basic]
Overloads Public Sub Open( _
   ByVal filename As String, _
   ByVal charset As String _
)
[C#]
public void Open(
   string filename,
   string charset
);

Parameters

filename
The filename of the HTML file to open. Cannot be an http URL.
charset
A string that describes the encoding and character set of the HTML file. For example, "Windows-1252"

See Also

HtmlPageReader Class | Parastream.Web.UI Namespace | HtmlPageReader.Open Overload List