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
)
Public Sub LoadHtml (
stream As Stream,
Optional baseUri As Uri = Nothing
)
member LoadHtml :
stream : Stream *
?baseUri : Uri
(* Defaults:
let _baseUri = defaultArg baseUri null
*)
-> unit
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