Info
Version: | 5.0.77 |
Author(s): | Harry McIntyre |
Last Update: | Friday, November 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mcintyre321/FormFactory |
NuGet Url: | https://www.nuget.org/packages/FormFactory.AspNetCore |
Install
Install-Package FormFactory.AspNetCore
dotnet add package FormFactory.AspNetCore
paket add FormFactory.AspNetCore
FormFactory.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- FormFactory(>= 5.0.77)
- Microsoft.AspNetCore.Html.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.ViewFeatures(>= 2.2.0)
- System.ComponentModel.Annotations(>= 4.5.0)
- System.ComponentModel.Primitives(>= 4.3.0)
- System.Reflection(>= 4.3.0)
- System.Reflection.TypeExtensions(>= 4.5.1)
Tags
It reflects over your view models to build a component tree, then renders that according to customisable templates. Drive yuour views by convention instead of hard coding them.