Info
Version: | 1.1.1 |
Author(s): | Marvin Brouwer |
Last Update: | Tuesday, March 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Marvin-Brouwer/CodedViews |
NuGet Url: | https://www.nuget.org/packages/CodedViews.Asp.Core |
Install
Install-Package CodedViews.Asp.Core
dotnet add package CodedViews.Asp.Core
paket add CodedViews.Asp.Core
CodedViews.Asp.Core Download (Unzip the "nupkg" after downloading)
Dependencies
- CodedViews(>= 1.0.1)
- CodedViews.Base(>= 1.0.1)
- CodedViews.Html(>= 1.0.1)
- Microsoft.CSharp(>= 4.0.123516)
- System.Collections(>= 4.0.1123516)
- System.Linq(>= 4.0.123516)
- System.Runtime(>= 4.0.2123516)
- System.Threading(>= 4.0.1123516)
- Microsoft.AspNet.Mvc(>= 6.0.01)
- Microsoft.AspNet.Mvc.ViewFeatures(>= 6.0.01)
- Microsoft.AspNet.Mvc.Core(>= 6.0.01)
Tags
I't provides a way to embed views in libraries without having to embed your .cshtml files into your solution as an embedded resource which requires custom path providers and others libraries.