PeakSWC.RemoteWebViewService 9.0.0-rc2.1

This is a prerelease version of PeakSWC.RemoteWebViewService.
dotnet tool install --global PeakSWC.RemoteWebViewService --version 9.0.0-rc2.1                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local PeakSWC.RemoteWebViewService --version 9.0.0-rc2.1                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PeakSWC.RemoteWebViewService&version=9.0.0-rc2.1&prerelease                
nuke :add-package PeakSWC.RemoteWebViewService --version 9.0.0-rc2.1                

RemoteBlazorWebView.Wpf.BlazorWebView

RemoteBlazorWebView.Wpf.BlazorWebView is a powerful control based on the .NET 9 Blazor WebView Control for WPF applications. It allows you to interact with the user interface of a program developed using the BlazorWebView WPF control through a web browser by leveraging a cloud-based server.

The RemoteBlazorWebView.Wpf.BlazorWebView control facilitates remote interaction with your application's user interface by setting up a server (RemoteWebViewService) in the cloud and connecting your browser to it.

As a drop-in replacement for the Microsoft.AspNetCore.Components.WebView.Wpf.BlazorWebView control, RemoteBlazorWebView.Wpf requires only minimal changes to your existing application to enable remote control capabilities. This makes it an efficient and convenient solution for extending your application's functionality.

RemoteBlazorWebView.WindowsForms.BlazorWebView

RemoteBlazorWebView.WindowsForms.BlazorWebView is a robust control built on the .NET 9 Blazor WebView WinForms Control, designed for Windows Forms applications. It allows you to engage with the user interface of a program created using the BlazorWebView WinForms control through a web browser, utilizing a cloud-based server.

The RemoteBlazorWebView.WindowsForms.BlazorWebView control enables remote interaction with your application's user interface by establishing a server (RemoteWebViewService) in the cloud and directing your browser to connect with it.

As a seamless replacement for the Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView control, RemoteBlazorWebView.WindowsForms.BlazorWebView necessitates only minimal adjustments to your current application to empower remote control capabilities. This makes it an effective and user-friendly option for enhancing your application's features.

Demo Video

RemoteBlazorWebView

Usage instructions

You do not need to build this repo unless you want to customize the RemoteWebViewService. Run the following command to install the RemoteWebViewService

dotnet tool update -g PeakSWC.RemoteWebViewService --version 9.*-* 

Samples

Check out the tutorial at https://github.com/budcribar/RemoteBlazorWebViewTutorial

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
9.0.0-rc2.1 43 11/1/2024
9.0.0-preview7 234 8/19/2024
9.0.0-preview6 171 7/29/2024
9.0.0-preview5 207 6/23/2024
8.0.10 403 10/10/2024
8.0.8 881 8/20/2024
8.0.7 1,039 7/29/2024
8.0.6 1,535 6/19/2024
8.0.4 887 6/19/2024
8.0.3 1,919 4/20/2024
8.0.2 2,358 2/23/2024
8.0.1 3,150 2/16/2024
8.0.0 2,964 12/30/2023
8.0.0-rc2 3,011 10/14/2023
8.0.0-preview5 3,101 6/15/2023
8.0.0-preview4 3,328 5/24/2023
8.0.0-preview3 3,076 4/21/2023
8.0.0-preview2 3,131 3/29/2023
7.0.16 3,170 2/25/2024
7.0.14 3,046 12/29/2023
7.0.12 3,537 10/14/2023
7.0.9 3,858 8/15/2023
7.0.7 4,061 6/14/2023
7.0.5 4,083 4/20/2023
7.0.4 4,728 3/24/2023
7.0.2 6,112 1/29/2023
7.0.0 6,081 11/13/2022
7.0.0-rc1 2,976 10/9/2022
7.0.0-pre6 3,662 7/14/2022
7.0.0-pre5 2,806 7/2/2022
7.0.0-pre4 3,166 5/11/2022
6.3.9 3,727 2/11/2023
6.3.8 4,412 2/1/2023
6.3.7 4,080 1/31/2023
6.3.6 5,407 11/13/2022
6.3.5 5,613 10/11/2022
6.3.4 6,258 7/13/2022
6.3.3 6,588 7/3/2022
6.3.2 6,169 6/15/2022
6.3.1 7,660 5/25/2022
6.3.0 6,765 5/21/2022
6.2.0 5,056 5/8/2022
6.1.2-pre 3,025 4/7/2022
6.1.1-pre 2,814 2/19/2022
6.1.0-pre 2,751 2/7/2022
6.0.38-pre 3,077 2/1/2022
6.0.37-pre 3,239 1/25/2022
6.0.36 5,693 1/4/2022
6.0.35 5,665 1/1/2022
6.0.34 5,278 12/30/2021
6.0.33 6,535 12/29/2021
6.0.32 5,882 12/12/2021
6.0.31 5,753 12/4/2021
6.0.30 7,015 12/3/2021
6.0.29 5,646 11/17/2021
6.0.28-rc2 2,856 10/14/2021
6.0.27-rc1 3,055 10/11/2021
6.0.26-rc1 3,502 10/7/2021
6.0.25-rc1 3,523 10/4/2021
6.0.24-rc1 3,251 10/1/2021
6.0.23-rc1 3,431 9/26/2021

Fix startup bug