MVVM.awesomium
0.9.7
See the version list below for details.
dotnet add package MVVM.awesomium --version 0.9.7
NuGet\Install-Package MVVM.awesomium -Version 0.9.7
<PackageReference Include="MVVM.awesomium" Version="0.9.7" />
paket add MVVM.awesomium --version 0.9.7
#r "nuget: MVVM.awesomium, 0.9.7"
// Install MVVM.awesomium as a Cake Addin #addin nuget:?package=MVVM.awesomium&version=0.9.7 // Install MVVM.awesomium as a Cake Tool #tool nuget:?package=MVVM.awesomium&version=0.9.7
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Unofficial.Awesomium.Complete (>= 1.7.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Improved knockout enum binders.
Correction on exception thrown by property getter calls.
Access to IWebView from navigation.