PeakSWC.RemoteBlazorWebView.Wpf 6.0.5-preview4

This is a prerelease version of PeakSWC.RemoteBlazorWebView.Wpf.
There is a newer version of this package available.
See the version list below for details.
dotnet add package PeakSWC.RemoteBlazorWebView.Wpf --version 6.0.5-preview4
                    
NuGet\Install-Package PeakSWC.RemoteBlazorWebView.Wpf -Version 6.0.5-preview4
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PeakSWC.RemoteBlazorWebView.Wpf" Version="6.0.5-preview4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PeakSWC.RemoteBlazorWebView.Wpf" Version="6.0.5-preview4" />
                    
Directory.Packages.props
<PackageReference Include="PeakSWC.RemoteBlazorWebView.Wpf" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PeakSWC.RemoteBlazorWebView.Wpf --version 6.0.5-preview4
                    
#r "nuget: PeakSWC.RemoteBlazorWebView.Wpf, 6.0.5-preview4"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=PeakSWC.RemoteBlazorWebView.Wpf&version=6.0.5-preview4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=PeakSWC.RemoteBlazorWebView.Wpf&version=6.0.5-preview4&prerelease
                    
Install as a Cake Tool

RemoteBlazorWebViewTutorial

The RemoteBlazorWebView Wpf control allows 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 (RemoteableWebService) in the cloud and pointing your browser to it.

Run the following command to install the RemoteableWebWindowService

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

RemoteBlazorWebView is a drop in replacement for BlazorWebView and with a minimal change you will be able to either run your app locally or remotely control your application.

How it works

RemoteBlazorWebView.Wpf has two modes of operation. In the first default mode, it works just like the BlazorWebView.Wpf Control (see BlazorDesktopWPF). In the second mode, a url is specified on the control's properties. In this mode, all GUI interactions are sent to a server which can be accessed with a browser. Hosting the server (RemotableWebViewService.exe) in the cloud allows you to remotely control an application which is behind a firewall or does not have a static IP address.

Quick Start

Install the RemotableWebViewService

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

Start the server

RemoteableWebViewService

Open the RemoteBlazorWebViewTutorial.sln with Visual Studio

Run the Local Profile using the Run button

make sure the RemoteBlazorWebViewTutorial.WppfApp is set as Startup Project

Next we will run the application remotely

First, we need to publish the RemoteBlazorWebViewTutorial.WpfApp project right click on the project → Publish → Click the Publish button

Now Run the Remote Profile using the Run button

A main window will come up with a URL. Click on it

At this point the sample blazor app will be running in a web browser!

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.0-preview5 115 6/14/2025
10.0.0-preview4 222 5/14/2025
10.0.0-preview3 75 4/12/2025
9.0.6 130 6/15/2025
9.0.5 437 5/14/2025
9.0.4 138 4/12/2025
9.0.2 166 2/16/2025
9.0.1 117 1/18/2025
9.0.0 142 11/14/2024
9.0.0-rc2 78 10/26/2024
9.0.0-preview7 249 8/19/2024
9.0.0-preview6 67 7/29/2024
9.0.0-preview5 92 6/23/2024
8.0.11 131 11/14/2024
8.0.10 1,400 10/10/2024
8.0.8 283 8/20/2024
8.0.7 132 7/29/2024
8.0.6 258 6/19/2024
8.0.4 163 6/19/2024
8.0.3 166 4/20/2024
8.0.2 655 2/23/2024
8.0.1 162 2/16/2024
8.0.0 221 12/30/2023
8.0.0-rc2 100 10/14/2023
8.0.0-preview5 134 6/15/2023
8.0.0-preview4 131 5/24/2023
8.0.0-preview3 141 4/21/2023
8.0.0-preview2 142 3/29/2023
7.0.16 169 2/25/2024
7.0.14 191 12/29/2023
7.0.12 291 10/14/2023
7.0.9 217 8/15/2023
7.0.7 255 6/14/2023
7.0.5 1,866 4/20/2023
7.0.4 383 3/24/2023
7.0.3 269 3/17/2023
7.0.2 365 1/29/2023
7.0.0 454 11/13/2022
7.0.0-rc1 165 10/9/2022
7.0.0-pre6 246 7/14/2022
7.0.0-pre5 254 7/2/2022
7.0.0-pre4 197 5/11/2022
6.3.9 733 2/11/2023
6.3.8 346 2/1/2023
6.3.7 339 1/31/2023
6.3.6 451 11/13/2022
6.3.5 484 10/11/2022
6.3.4 1,346 7/13/2022
6.3.3 696 7/3/2022
6.3.2 505 6/15/2022
6.3.1 726 5/25/2022
6.3.0 230 5/21/2022
6.2.0 257 5/8/2022
6.1.2-pre 200 4/7/2022
6.1.1-pre 536 2/19/2022
6.1.0-pre 272 2/7/2022
6.0.38-pre 229 2/1/2022
6.0.37-pre 245 1/25/2022
6.0.36 304 1/4/2022
6.0.35 248 1/1/2022
6.0.34 225 12/30/2021
6.0.33 217 12/29/2021
6.0.32 297 12/12/2021
6.0.31 314 12/4/2021
6.0.30 827 12/3/2021
6.0.29 301 11/17/2021
6.0.28-rc2 274 10/14/2021
6.0.27-rc1 250 10/11/2021
6.0.26-rc1 206 10/7/2021
6.0.25-rc1 260 10/4/2021
6.0.24-rc1 292 10/1/2021
6.0.23-rc1 261 9/26/2021
6.0.22-rc1 240 9/15/2021
6.0.21-preview7 260 9/7/2021
6.0.20-preview7 236 8/26/2021
6.0.16-preview7 208 8/25/2021
6.0.15-preview7 233 8/13/2021
6.0.13-preview6 215 8/9/2021
6.0.12-preview6 284 8/1/2021
6.0.11-preview6 203 7/16/2021
6.0.10-preview5 334 7/10/2021
6.0.9-preview5 300 6/29/2021
6.0.8-preview5 293 6/22/2021
6.0.7-preview4 216 6/17/2021
6.0.6-preview4 224 6/1/2021
6.0.5-preview4 253 5/28/2021
6.0.4-preview4 252 5/28/2021
6.0.3-preview4 240 5/26/2021
6.0.2-preview3 214 5/26/2021
6.0.1-preview3 228 5/22/2021
0.1.7-pre 307 5/25/2021
0.1.6-pre 313 2/21/2021
0.1.4-pre 448 11/1/2020