NewPage(Uri,PageOptions) Method
Creates a new page and navigates to a specified Uri.
'Declaration
Public Overloads Function NewPage( _
ByVal As System.Uri, _
Optional ByVal As PageOptions _
) As HtmlPage
Parameters
- uri
- The target Uri.
- pageOptions
- Configuration options for the new page.
Return Value
The created
HtmlPage if navigation was successful, a null reference (
Nothing in Visual Basic) otherwise.