Table of Contents
WebView.LoadHtml Method (String)

Load raw HTML into the WebView using about:blank as the page Url.

Syntax
 public NavigationTask LoadHtml(
   string html
);

Parameters

html
The HTML to be loaded.
Remarks

This function calls LoadHtml and pass null to the url argument.

See Also