To clear a webview's contents and reset it to a blank page, use LoadUrl() to "about:blank", like this:
webViewPrefab.WebView.LoadUrl("about:blank");
To clear a webview's contents and reset it to a blank page, use LoadUrl() to "about:blank", like this:
webViewPrefab.WebView.LoadUrl("about:blank");