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
)
Sub LoadHtml (
html As String,
baseUri As Uri
)
abstract LoadHtml :
html : string *
baseUri : Uri -> unit
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