MVVM.awesomium
0.9.4
See the version list below for details.
Install-Package MVVM.awesomium -Version 0.9.4
dotnet add 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 |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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.