MVVM.awesomium
C#-javascript binding with Awesomium allowing to use HTML UI with MVVM pattern. This framework act as a glue between a C# ViewModel and a awesomium IWebView using knockout.js as an infrastructure. This allows to reuse 100% of View Model written for WPF in a HTML UI. After, nuget instalation you can add HTMLWindow to the VisualStudio toolbox, using the following steps: 1) Right-click in the Visual Studio WPF toolbox. 2) Click "Choose Items..." 3) Click "Browse..." 4) Navigate to your the MVVMAwesomium.dll under the package lib and click Open 5) Then click "Ok" Alternatively you can drag and the drop the MVVMAwesomium.dll into the Visual Studio WPF toolbox.
Install
dotnet add package MVVM.awesomium --version 0.9.9
Install-Package MVVM.awesomium -Version 0.9.9
<PackageReference Include="MVVM.awesomium" Version="0.9.9" />
Frameworks
No framework metadata available.
Dependencies
Adoption guide
Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.
No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.
No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.