DS.Documents.Html Assembly / 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 _
) 
 

Parameters

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