In This Topic
Loads browser content from string
HTML to output
Path to resolve pictures, video, links e t.c.
Syntax
'Declaration
Public Function LoadFromString( _
ByVal As System.String, _
ByVal As System.Uri _
) As System.Boolean
public System.bool LoadFromString(
System.string ,
System.Uri
)
Parameters
- html
- HTML to output
- uri
- Path to resolve pictures, video, links e t.c.
See Also