MVVM.awesomium
0.9.4
See the version list below for details.
dotnet add package MVVM.awesomium --version 0.9.4
NuGet\Install-Package MVVM.awesomium -Version 0.9.4
<PackageReference Include="MVVM.awesomium" Version="0.9.4" />
paket add MVVM.awesomium --version 0.9.4
#r "nuget: MVVM.awesomium, 0.9.4"
// Install MVVM.awesomium as a Cake Addin #addin nuget:?package=MVVM.awesomium&version=0.9.4 // Install MVVM.awesomium as a Cake Tool #tool nuget:?package=MVVM.awesomium&version=0.9.4
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 | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- 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.
Enum support.
Null pointer support.
Navigation API.
Circular reference handling.
new ko bindings:
-enum to image
-animation for navigation
Creation of HTMLWindow user control
New debug APIs.
Tracing of binding errors in C# trace.
Addition of a minified version of javascript file.