Document Solutions for PDF
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / GcHtmlBrowser Class / NewPage Method / NewPage(Uri,PageOptions) Method
The target Uri.
Configuration options for the new page.

In This Topic
    NewPage(Uri,PageOptions) Method
    In This Topic
    Creates a new page and navigates to a specified Uri.
    Syntax
    'Declaration
     
    Public Overloads Function NewPage( _
       ByVal uri As System.Uri, _
       Optional ByVal pageOptions As PageOptions _
    ) As HtmlPage
    public HtmlPage NewPage( 
       System.Uri uri,
       PageOptions pageOptions
    )

    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.
    See Also