Adds an additional phase to ASP.Net Core's model binding with the remainder of the model available to inform bindings.
Info
Version: | 1.0.1 |
Author(s): | Matt DeKrey |
Last Update: | Wednesday, August 10, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mdekrey/ModelBindingInjection |
NuGet Url: | https://www.nuget.org/packages/ModelBindingInjection |
Install
Install-Package ModelBindingInjection
dotnet add package ModelBindingInjection
paket add ModelBindingInjection
ModelBindingInjection Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.6
- System.Reflection.Extensions(>= 4.0.1)
- NETStandard.Library(>= 1.6.0)
- Microsoft.AspNetCore.Mvc.Core(>= 1.0.0)
- Microsoft.AspNetCore.Mvc(>= 1.0.0)
- NETStandard.Library(>= 1.6.0)
- Microsoft.AspNetCore.Mvc.Core(>= 1.0.0)
- Microsoft.AspNetCore.Mvc(>= 1.0.0)
Tags