Click or drag to resize

WebViewLoadHtml Method (String, Uri)

Loads the specified html string.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void LoadHtml(
	string html,
	Uri baseUri = null
)

Parameters

html
Type: SystemString
Html string to load.
baseUri (Optional)
Type: SystemUri
Base URI to load associated resources. Can be a url or file path.
See Also