Click or drag to resize

WebViewLoadHtml Method (Stream, Uri)

Loads the specified stream as html into the control.

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

Parameters

stream
Type: System.IOStream
Stream containing the html to load.
baseUri (Optional)
Type: SystemUri
Base URI to load associated resources. Can be a url or file path.
See Also