| WebViewLoadHtml Method (String, Uri) | 
 
            Loads the specified html string.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void LoadHtml(
	string html,
	Uri baseUri = null
)
Public Sub LoadHtml ( 
	html As String,
	Optional baseUri As Uri = Nothing
)
member LoadHtml : 
        html : string * 
        ?baseUri : Uri 
(* Defaults:
        let _baseUri = defaultArg baseUri null
*)
-> unit 
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
See Also