Provides additional support for working with ASP.NET Core, including TagHelpers, View Location Expanders, support for IMetadataAware, and rendering enumerated types as SelectLists based on a UiHint attribute.
Info
Version: | 6.0.0 |
Author(s): | Scott Dorman |
Last Update: | Saturday, January 21, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/scottdorman/cadru |
NuGet Url: | https://www.nuget.org/packages/Cadru.AspNetCore.Mvc |
Install
Install-Package Cadru.AspNetCore.Mvc
dotnet add package Cadru.AspNetCore.Mvc
paket add Cadru.AspNetCore.Mvc
Cadru.AspNetCore.Mvc Download (Unzip the "nupkg" after downloading)
Dependencies
- Cadru.Core(>= 4.6.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.AspNetCore.Mvc.RazorPages(>= 2.2.5)
- Microsoft.AspNetCore.Mvc.TagHelpers(>= 2.2.0)
Tags