webview2にHTML直指定

NavigateToString()を使う

    dim sHtmlText as string
    ....
    webView2.NavigateToString( sHtmlText )

ネタ元

web.biz-prog.net