A model binder for ASP.NET Core which allows you to bind to JToken (so JArray and JObject are covered) from either application/json or from an html form post.
Info
Version: | 1.0.0 |
Author(s): | Harry McIntyre |
Last Update: | Wednesday, February 14, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/mcintyre321/AspNetCoreJTokenModelBinder/ |
NuGet Url: | https://www.nuget.org/packages/AspNetCoreJTokenModelBinder |
Install
Install-Package AspNetCoreJTokenModelBinder
dotnet add package AspNetCoreJTokenModelBinder
paket add AspNetCoreJTokenModelBinder
AspNetCoreJTokenModelBinder Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Abstractions(>= 1.1.0)
- Microsoft.AspNetCore.Mvc.Core(>= 1.1.0)
- Newtonsoft.Json(>= 10.0.3)
Tags