Info
Version: | 1.3.9 |
Author(s): | The Nerdery |
Last Update: | Monday, July 3, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/thenerdery/UmbracoVault |
NuGet Url: | https://www.nuget.org/packages/UmbracoVault |
Install
Install-Package UmbracoVault
dotnet add package UmbracoVault
paket add UmbracoVault
UmbracoVault Download (Unzip the "nupkg" after downloading)
Dependencies
- UmbracoCms.Core(>= 6.2.0)
- Castle.Core(>= 3.3.3)
- Newtonsoft.Json(>= 4.5.11)
- ClientDependency(>= 1.8.4)
- Examine(>= 0.1.57.2941)
- Microsoft.AspNet.Mvc(>= 4.0.30506)
- Microsoft.AspNet.WebApi.Client(>= 4.0.30506)
- Microsoft.AspNet.WebApi.Core(>= 4.0.30506)
- Microsoft.AspNet.WebApi.WebHost(>= 4.0.30506)
Tags
It allows you to create lightly-decorated classes that Vault will understand how to hydrate. This gives you the full view model-style experience in Umbraco that you are accustomed to in MVC, complete with strongly-typed view properties (no more magic strings in your views).