SetContent Method (HtmlPage)
Sets the HTML markup to the page.
'Declaration
Public Sub SetContent( _
ByVal As System.String, _
Optional ByVal As PageLoadStates _
)
Parameters
- html
- HTML markup to assign to the page.
- waitUntil
- When to consider navigation succeeded.