Typed views allow MVC/Razor views to specify a strongly-typed ViewModel property, separate to the Model property.
Info
Version: | 1.0.0 |
Author(s): | Shane S. Anderson |
Last Update: | Sunday, June 2, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/arraybracket/typedviews |
NuGet Url: | https://www.nuget.org/packages/Arraybracket.TypedViews |
Install
Install-Package Arraybracket.TypedViews
dotnet add package Arraybracket.TypedViews
paket add Arraybracket.TypedViews
Arraybracket.TypedViews Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(4.0.0.0)
Tags