Info
Version: | 0.9.9 |
Author(s): | David Desmaisons |
Last Update: | Monday, March 2, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/David-Desmaisons/MVVM-for-awesomium |
NuGet Url: | https://www.nuget.org/packages/MVVM.awesomium |
Install
Install-Package MVVM.awesomium
dotnet add package MVVM.awesomium
paket add MVVM.awesomium
MVVM.awesomium Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.