Found 376 packages
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). This package is necessary for Win32 C/C++, WPF, and WinForms applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Webview2 runtime for Fixed Version distribution. Example usage: var webView = new WebView2() { Dock = DockStyle.Fill }; await webView.EnsureCoreWebView2Async(await CoreWebView2Environment.CreateAsync(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "WebView2"))); Controls.Add(webView); webView.CoreWebView2.Navigate("https://nuget.org");
Webview2 runtime for Fixed Version distribution. Example usage: var webView = new WebView2() { Dock = DockStyle.Fill }; await webView.EnsureCoreWebView2Async(await CoreWebView2Environment.CreateAsync(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "WebView2"))); Controls.Add(webView); webView.CoreWebView2.Navigate("https://nuget.org");
Build WPF apps with Blazor and WebView2.
Webview2 runtime for Fixed Version distribution. Example usage: var webView = new WebView2() { Dock = DockStyle.Fill }; await webView.EnsureCoreWebView2Async(await CoreWebView2Environment.CreateAsync(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "WebView2"))); Controls.Add(webView); webView.CoreWebView2.Navigate("https://nuget.org");
Optional extension to WebView2 which implements the Chrome DevTools Protocol API, allowing devs to easily access Chromium API functions, events, and types.
Build Windows Forms apps with Blazor and WebView2.
View, print and process images and PDF documents in ASP.NET MVC 5 application. ASP.NET Web API 2 controllers, which allow to manage files, manage an image collection, render an image, process an image. JavaScript classes and controls for viewing, printing and processing of images and PDF documents in any HTML5 web browser.
WebView2 - NET - Interop
Package Description
WebView2.DevTools.Dom - Extension WebView2 providing strongly typed DOM access/modification. ✔️ WebView2.DevTools.Dom is a library for strongly typed DOM access when using WebView2. ✔️ It provides a convenient way to write readable/robust/refactorable DOM access code. ✔️ Chrome DevTools Protocol based API ✔️ Talks directly to the WebView2 browser (no remote debugging port required). ✔️ Extensive Unit Tests ✔️ Free for everyone to use // Add using WebView2.DevTools.Dom; to get access to the CreateDevToolsContextAsync extension method var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // Get element by Id // https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector var htmlDivElement = await devToolsContext.QuerySelectorAsync<HtmlDivElement>("#myDivElementId"); //Set innerText property for the element await htmlDivElement.SetInnerTextAsync("Welcome!"); // Manually dispose of context (only DisposeAsync is supported as the whole API is async) // alternativly use await using var devToolsContext = await coreWebView2.CreateDevToolsContextAsync(); // if your .Net version supports it. await devToolsContext.DisposeAsync(); Website: https://github.com/ChromiumDotNet/WebView2.DevTools.Dom
View and annotate images and PDF documents in ASP.NET MVC 5 application. ASP.NET Web API 2 controller that allows to annotate an image or PDF document. JavaScript classes and controls for viewing and annotating of images and PDF documents in any HTML5 web browser.
Package Description
C# DOM bindings to be used with WebView2
Process the document images in ASP.NET MVC 5 application. ASP.NET Web API 2 controller for processing of document images. JavaScript classes and controls for viewing, printing and processing of images and documents in any HTML5 web browser.
Manage PDF documents in ASP.NET MVC 5 application. ASP.NET Web API 2 controller that allows to manage PDF documents. JavaScript classes for managing PDF document and visual tools for working with PDF document in HTML5 image viewer.
Adds the razor view engine integration to an N2 CMS/MVC.
A .NET library to aid WebView2 control hosting, .NET/JavaScript interop and Html to Pdf Conversion
The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). This package is necessary for Console and Avalonia applications. To learn more about package versions checkout https://aka.ms/wv2-packageversion. To learn best practices checkout: https://aka.ms/wv2-bestpractices.
Interop for Microsoft WebView2 control