Document Solutions for PDF
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 (HtmlPage)
    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