WebView.NET

.NET component to host web content in your applications.
  • uses Microsoft WebView2 API
  • requires WebView2 Runtime version 86.0.616.0 or newer
  • source code included in registered version
  • royalty free distribution in applications

Download and order

Order WebView.NET license $80 USD (license for one developer)
Order WebView.NET multi-license $240 USD (license for all developers in company)
Order WebView.NET year upgrades license $40 USD (registered users only)
Order WebView.NET year upgrades multi-license $120 USD (registered multi-license users only)

FAQ

What version of Edge (Chromium) browser is required?
WebView2 Runtime has to be installed. WebView2 API can't use Edge browser: path containing \Edge\Application\ is explicitly tested and disallowed.

How can I allow WebResourceRequested events?
Set URI filter:
webView.addFilter();
							

Related links