ASP.NET Core MVC feature to deserialize a Content-Type: application/json HTTP Request directly to controller parameters without defining an input class.
Info
Version: | 1.0.0 |
Author(s): | Tobias Oskarsson |
Last Update: | Friday, December 20, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Oskarsson.AspNetCore.JsonPropertyInputFormatter |
Install
Install-Package Oskarsson.AspNetCore.JsonPropertyInputFormatter
dotnet add package Oskarsson.AspNetCore.JsonPropertyInputFormatter
paket add Oskarsson.AspNetCore.JsonPropertyInputFormatter
Oskarsson.AspNetCore.JsonPropertyInputFormatter Download (Unzip the "nupkg" after downloading)
Dependencies
Tags