Document Solutions for Imaging
DS.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SetContent Method
HTML markup to assign to the page.
When to consider navigation succeeded.

In This Topic
    SetContent Method
    In This Topic
    Sets the HTML markup to the page.
    Syntax
    'Declaration
     
    Public Sub SetContent( _
       ByVal html As System.String, _
       Optional ByVal waitUntil As PageLoadStates _
    ) 
    public void SetContent( 
       System.string html,
       PageLoadStates waitUntil
    )

    Parameters

    html
    HTML markup to assign to the page.
    waitUntil
    When to consider navigation succeeded.
    See Also