PeakSWC.RemoteWebViewService 6.0.37-pre

This is a prerelease version of PeakSWC.RemoteWebViewService.
There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global PeakSWC.RemoteWebViewService --version 6.0.37-pre
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 6.0.37-pre
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=PeakSWC.RemoteWebViewService&version=6.0.37-pre&prerelease
nuke :add-package PeakSWC.RemoteWebViewService --version 6.0.37-pre

RemoteBlazorWebView.Wpf.BlazorWebView

RemoteBlazorWebView.Wpf.BlazorWebView is based on the .NET 6 Blazor WebView Control for WPF

RemoteBlazorWebView.Wpf.BlazorWebView enables you to interact with the user interface of a program developed with the BlazorWebView WPF control using a web browser. This is accomplished by setting up a server (RemoteWebViewService) in the cloud and pointing your browser to it.

RemoteBlazorWebView.Wpf is a drop-in replacement for the Microsoft.AspNetCore.Components.WebView.Wpf.BlazorWebView control and with minimal changes you will be able to remotely control your application.

RemoteBlazorWebView.WindowsForms.BlazorWebView

RemoteBlazorWebView.WindowsForms.BlazorWebView is based on the .NET 6 Blazor WebView WinForms Control

RemoteBlazorWebView.WindowsForms.BlazorWebView enables you to interact with the user interface of a program developed with the BlazorWebView WinForms control using a web browser. This is accomplished by setting up a server (RemoteWebViewService) in the cloud and pointing your browser to it.

RemoteBlazorWebView.WindowsForms.BlazorWebView is a drop-in replacement for the Microsoft.AspNetCore.Components.WebView.WindowsForms.BlazorWebView control and with minimal changes you will be able to remotely control your application.

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

*** Note The recent name change from RemoteableWebViewService to RemoteWebViewService

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

Samples

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
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-preview5 78 6/23/2024
8.0.6 204 6/19/2024
8.0.4 218 6/19/2024
8.0.3 702 4/20/2024
8.0.2 1,387 2/23/2024
8.0.1 1,655 2/16/2024
8.0.0 1,772 12/30/2023
8.0.0-rc2 1,910 10/14/2023
8.0.0-preview5 2,078 6/15/2023
8.0.0-preview4 2,439 5/24/2023
8.0.0-preview3 2,220 4/21/2023
8.0.0-preview2 2,312 3/29/2023
7.0.16 1,502 2/25/2024
7.0.14 1,941 12/29/2023
7.0.12 2,646 10/14/2023
7.0.9 2,865 8/15/2023
7.0.7 3,303 6/14/2023
7.0.5 2,940 4/20/2023
7.0.4 3,703 3/24/2023
7.0.2 4,677 1/29/2023
7.0.0 5,281 11/13/2022
7.0.0-rc1 2,064 10/9/2022
7.0.0-pre6 2,402 7/14/2022
7.0.0-pre5 2,012 7/2/2022
7.0.0-pre4 2,232 5/11/2022
6.3.9 3,551 2/11/2023
6.3.8 3,737 2/1/2023
6.3.7 3,334 1/31/2023
6.3.6 4,451 11/13/2022
6.3.5 5,110 10/11/2022
6.3.4 5,155 7/13/2022
6.3.3 5,567 7/3/2022
6.3.2 5,261 6/15/2022
6.3.1 6,179 5/25/2022
6.3.0 5,700 5/21/2022
6.2.0 4,947 5/8/2022
6.1.2-pre 1,994 4/7/2022
6.1.1-pre 1,906 2/19/2022
6.1.0-pre 2,032 2/7/2022
6.0.38-pre 2,070 2/1/2022
6.0.37-pre 2,121 1/25/2022
6.0.36 5,487 1/4/2022
6.0.35 5,501 1/1/2022
6.0.34 5,138 12/30/2021
6.0.33 6,219 12/29/2021
6.0.32 5,717 12/12/2021
6.0.31 5,592 12/4/2021
6.0.30 6,783 12/3/2021
6.0.29 5,562 11/17/2021
6.0.28-rc2 2,172 10/14/2021
6.0.27-rc1 2,271 10/11/2021
6.0.26-rc1 2,323 10/7/2021
6.0.25-rc1 2,193 10/4/2021
6.0.24-rc1 2,060 10/1/2021
6.0.23-rc1 2,529 9/26/2021

Add RemoteBlazorWebView and update packages