ModelWrapper is a set of tools for enriching model object manipulation, allowing all data sent to the server to be captured by WrapRequest<TModel>, feeding the model object (TModel) and allowing all other information to be extracted and used by extended functionality.
Info
Version: | 8.0.6.6 |
Author(s): | ModelWrapper |
Last Update: | Monday, October 7, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/isilveira/ModelWrapper |
NuGet Url: | https://www.nuget.org/packages/ModelWrapper |
Install
Install-Package ModelWrapper
dotnet add package ModelWrapper
paket add ModelWrapper
ModelWrapper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.1)
- Newtonsoft.Json(>= 12.0.3)
- System.Reflection.Emit(>= 4.7.0)
Tags