Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / C1WebBrowserBase Class / LoadFromString Method
HTML to output
Path to resolve pictures, video, links e t.c.

In This Topic
    LoadFromString Method
    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 html As System.String, _
       ByVal uri As System.Uri _
    ) As System.Boolean
    public System.bool LoadFromString( 
       System.string html,
       System.Uri uri
    )

    Parameters

    html
    HTML to output
    uri
    Path to resolve pictures, video, links e t.c.
    See Also