How to clear a webview or reset its contents?

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");