Initiates a navigation to htmlContent as source HTML of a new document.
Syntax
object. NavigateToString(HTMLcontent As String, [SecondToWaitForDocumentComplete As Double = 8])
The NavigateToString method syntax has these parts:
Element | Description |
Object | The object placeholder represents an OrdoWebView2 control |
HTMLcontent | String, the HTML string to be displayed |
SecondToWaitForDocumentComplete | Long, the delay before considering that the page is completely displayed. Can be increased if the HTML code to display is complex |
Remarks