Click or drag to resize

WebViewIHandlerLoadHtml Method

Loads the specified html string.

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

Parameters

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