Organize ASP.NET Core files (Controler and Views) by application feature.
Info
Version: | 1.1.0 |
Author(s): | antunesl |
Last Update: | Wednesday, December 21, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/antunesl/mvc-razorfeatures |
NuGet Url: | https://www.nuget.org/packages/Mvc.RazorFeatures |
Install
Install-Package Mvc.RazorFeatures
dotnet add package Mvc.RazorFeatures
paket add Mvc.RazorFeatures
Mvc.RazorFeatures Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Razor(>= 1.0.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)