[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.HtmlPage.SetContent

SetContent Method

SetContent(string, PageLoadStates)

Sets the HTML markup to the page.

Declaration
public void SetContent(string html, PageLoadStates waitUntil = PageLoadStates.Load)
Public Sub SetContent(html As String, Optional waitUntil As PageLoadStates = PageLoadStates.Load)
Parameters
Type Name Description
string html

HTML markup to assign to the page.

PageLoadStates waitUntil

When to consider navigation succeeded.