WebWindowNetCore 11.0.14-beta-14
See the version list below for details.
dotnet add package WebWindowNetCore --version 11.0.14-beta-14
NuGet\Install-Package WebWindowNetCore -Version 11.0.14-beta-14
<PackageReference Include="WebWindowNetCore" Version="11.0.14-beta-14" />
<PackageVersion Include="WebWindowNetCore" Version="11.0.14-beta-14" />
<PackageReference Include="WebWindowNetCore" />
paket add WebWindowNetCore --version 11.0.14-beta-14
#r "nuget: WebWindowNetCore, 11.0.14-beta-14"
#:package WebWindowNetCore@11.0.14-beta-14
#addin nuget:?package=WebWindowNetCore&version=11.0.14-beta-14&prerelease
#tool nuget:?package=WebWindowNetCore&version=11.0.14-beta-14&prerelease
WebWindowNetCore
A .NET 8 Webview Application for Windows and Linux similar to Electron. It uses a functional builder pattern to set up the application. To communicate between the .NET application and the web app there is a Javascript request interface. The web site can be hosted as .NET resource, of course alternatively via HTTP(s):// or file://.
WebWindowNetCore > version 11.0.0 is redesigned and has dropped included HTTP Server
WebViewNetCore.Linux and WebViewNetCore.Windows are now obsolete!
Features
WebWindowNetCore includes following features:
- Is built on .NET 8
- Functional approach with a builder pattern
- (almost) the same setup for Windows and Linux version
- Uses WebView2 on Windows and WebKitGtk-6.0 on Linux
- Can serve the web site via .NET resources (single file approach)
- Optional save and restore of window bounds
- Has an integrated event sink mechanismen, so you can retrieve javascript events from the .NET app
- Has an integrated Javascript WebView interface to serve requests from javascript to .NET app
- You can expand the Gtk Window (on Linux) with a custom header bar
- You can alternatively disable the Windows titlebar and borders, and you can build a title bar in HTML with standard Windows logic for closing, maximizing, restoring resizing, snap to dock, ...
Functional approach with webview builder:
new WebView()
.AppId("de.uriegel.test")
.InitialBounds(1200, 800)
.Title("Web Window Net Core 👍")
.ResourceIcon("icon")
.ResourceScheme()
.SaveBounds()
.DefaultContextMenuDisabled()
.AddRequest<Input, Contact>("cmd1", GetContact)
.AddRequest<Input2, Contact2>("cmd2", GetContact2)
#if DEBUG
.DevTools()
#endif
.Url("res://webroot/index.html")
.CanClose(() => true)
.OnStarted(action => action.ExecuteJavascript ("console.log('app started now ')"))
.Run();
For further description and tutorial see WebWindowNetCore description
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net8.0-windows7.0 is compatible. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- Gtk4DotNet (>= 6.8.1)
-
net8.0-windows7.0
- ClrWinApi (>= 2.5.0)
- CsTools (>= 7.23.0)
- Microsoft.Web.WebView2 (>= 1.0.2957.106)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WebWindowNetCore:
| Package | Downloads |
|---|---|
|
WebWindowNetCore.Electron
Dependencies for Electron for package WebWindowNetCore. Please look there for further information. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.19-beta-19 | 187 | 2/26/2025 |
| 11.0.18-beta-18 | 152 | 2/25/2025 |
| 11.0.17-beta-17 | 150 | 2/24/2025 |
| 11.0.16-beta-16 | 125 | 2/24/2025 |
| 11.0.15-beta-15 | 153 | 2/23/2025 |
| 11.0.14-beta-14 | 136 | 2/17/2025 |
| 11.0.13-beta-13 | 137 | 2/15/2025 |
| 11.0.12-beta-12 | 176 | 2/14/2025 |
| 11.0.11-beta-11 | 159 | 2/13/2025 |
| 11.0.10-beta-10 | 138 | 2/12/2025 |
| 11.0.9-beta-9 | 156 | 2/11/2025 |
| 11.0.8-beta-8 | 166 | 2/10/2025 |
| 11.0.7-beta-7 | 136 | 2/8/2025 |
| 11.0.6-beta-6 | 120 | 2/8/2025 |
| 11.0.5-beta-5 | 138 | 2/8/2025 |
| 11.0.4-beta-4 | 146 | 2/8/2025 |
| 11.0.3-beta-3 | 130 | 2/7/2025 |
| 11.0.2-beta-2 | 166 | 2/7/2025 |
| 11.0.1-beta-1 | 130 | 2/7/2025 |
| 11.0.0-beta-0 | 130 | 2/7/2025 |
| 10.0.16 | 392 | 9/3/2024 |
| 10.0.15 | 190 | 9/3/2024 |
| 10.0.14 | 198 | 9/2/2024 |
| 10.0.13 | 190 | 8/31/2024 |
| 10.0.12 | 208 | 8/31/2024 |
| 10.0.11 | 209 | 8/31/2024 |
| 10.0.10 | 193 | 8/31/2024 |
| 10.0.9 | 224 | 8/29/2024 |
| 10.0.8 | 201 | 8/28/2024 |
| 10.0.7 | 205 | 8/27/2024 |
| 10.0.6 | 200 | 8/27/2024 |
| 10.0.5 | 216 | 8/27/2024 |
| 10.0.4 | 202 | 8/26/2024 |
| 10.0.3 | 172 | 8/26/2024 |
| 10.0.2 | 192 | 8/26/2024 |
| 10.0.1 | 210 | 8/26/2024 |
| 10.0.0 | 237 | 8/25/2024 |
| 10.0.0-beta-9 | 171 | 8/17/2024 |
| 10.0.0-beta-8 | 183 | 8/16/2024 |
| 10.0.0-beta-7 | 143 | 8/8/2024 |
| 10.0.0-beta-6 | 138 | 8/8/2024 |
| 10.0.0-beta-5 | 128 | 8/8/2024 |
| 10.0.0-beta-4 | 162 | 8/7/2024 |
| 10.0.0-beta-3 | 132 | 8/7/2024 |
| 10.0.0-beta-2 | 132 | 8/7/2024 |
| 10.0.0-beta-12 | 166 | 8/24/2024 |
| 10.0.0-beta-11 | 149 | 8/24/2024 |
| 10.0.0-beta-10 | 147 | 8/20/2024 |
| 9.6.7 | 287 | 7/29/2024 |
| 9.6.6 | 371 | 3/26/2024 |
| 9.6.5 | 256 | 3/10/2024 |
| 9.6.4 | 258 | 1/22/2024 |
| 9.6.3 | 212 | 1/20/2024 |
| 9.6.2 | 209 | 1/20/2024 |
| 9.6.1 | 240 | 1/13/2024 |
| 9.6.0 | 212 | 1/11/2024 |
| 9.5.0 | 224 | 1/7/2024 |
| 9.4.2 | 203 | 1/7/2024 |
| 9.4.1 | 253 | 12/26/2023 |
| 9.4.0 | 273 | 12/23/2023 |
| 9.3.0 | 304 | 12/22/2023 |
| 9.2.0 | 236 | 12/18/2023 |
| 9.1.1 | 214 | 12/15/2023 |
| 9.1.0 | 226 | 12/15/2023 |
| 9.0.0 | 212 | 12/14/2023 |
| 8.0.0 | 298 | 12/10/2023 |
| 7.2.0 | 209 | 11/29/2023 |
| 7.1.0 | 196 | 11/29/2023 |
| 7.0.0 | 276 | 11/20/2023 |
| 7.0.0-alpha | 221 | 11/18/2023 |
| 6.9.2 | 208 | 11/18/2023 |
| 6.9.1 | 236 | 11/17/2023 |
| 6.9.0 | 177 | 11/17/2023 |
| 6.8.0 | 208 | 11/17/2023 |
| 6.7.0 | 179 | 11/17/2023 |
| 6.6.0 | 247 | 11/16/2023 |
| 6.5.4 | 227 | 11/16/2023 |
| 6.5.3 | 274 | 11/12/2023 |
| 6.5.2 | 228 | 11/12/2023 |
| 6.5.1 | 203 | 11/12/2023 |
| 6.5.0 | 217 | 11/11/2023 |
| 6.4.0 | 194 | 11/11/2023 |
| 6.3.0 | 265 | 10/30/2023 |
| 6.2.1 | 180 | 11/12/2023 |
| 6.2.0 | 266 | 10/29/2023 |
| 6.1.0 | 332 | 8/24/2023 |
| 6.0.0 | 292 | 8/10/2023 |
| 5.1.0 | 569 | 4/10/2023 |
| 5.0.0 | 358 | 4/8/2023 |
| 4.4.0 | 525 | 3/22/2023 |
| 4.3.3 | 389 | 3/21/2023 |
| 4.3.2 | 394 | 3/21/2023 |
| 4.3.1 | 420 | 3/19/2023 |
| 4.3.0 | 441 | 3/18/2023 |
| 4.2.0 | 466 | 3/13/2023 |
| 4.1.0 | 356 | 3/13/2023 |
| 4.0.0 | 450 | 3/12/2023 |
| 4.0.0-alpha.5 | 274 | 2/28/2022 |
| 4.0.0-alpha.4 | 265 | 2/27/2022 |
| 4.0.0-alpha.3 | 230 | 2/27/2022 |
| 4.0.0-alpha.2 | 258 | 2/27/2022 |
| 4.0.0-alpha.1 | 233 | 2/27/2022 |
| 3.2.1 | 740 | 4/9/2022 |
| 3.2.0 | 1,197 | 8/15/2020 |
| 3.1.3 | 669 | 8/8/2020 |
| 3.1.2 | 633 | 7/29/2020 |
| 3.1.1 | 607 | 7/29/2020 |
| 3.1.0 | 569 | 7/28/2020 |
| 3.0.2 | 716 | 5/3/2020 |
| 3.0.1 | 587 | 5/3/2020 |
| 3.0.0 | 596 | 5/3/2020 |
| 2.2.0 | 570 | 7/28/2020 |
| 2.1.3 | 663 | 5/2/2020 |
| 2.1.2 | 629 | 5/2/2020 |
| 2.1.1 | 785 | 3/4/2020 |
| 2.1.0 | 670 | 3/4/2020 |
| 2.0.0 | 1,159 | 2/29/2020 |
| 1.0.1 | 655 | 5/2/2020 |
| 1.0.0 | 660 | 2/23/2020 |
| 0.0.7 | 610 | 2/22/2020 |
| 0.0.6 | 563 | 2/22/2020 |
| 0.0.5 | 689 | 2/22/2020 |
| 0.0.4 | 724 | 2/22/2020 |
| 0.0.3 | 719 | 2/22/2020 |
| 0.0.2 | 709 | 2/21/2020 |
| 0.0.1 | 612 | 2/21/2020 |
| 0.0.1-alpha.14 | 190 | 3/12/2023 |
| 0.0.1-alpha.13 | 198 | 3/12/2023 |
| 0.0.1-alpha.12 | 179 | 3/12/2023 |
| 0.0.1-alpha.10 | 192 | 3/10/2023 |
| 0.0.1-alpha.9 | 187 | 3/10/2023 |
| 0.0.1-alpha.8 | 181 | 3/9/2023 |
| 0.0.1-alpha.7 | 176 | 3/3/2023 |
| 0.0.1-alpha.6 | 190 | 3/3/2023 |