Info
| Version: | 1.0.2 |
| Author(s): | Neville Nazerane |
| Last Update: | Friday, August 17, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/neville-nazerane/NetCore-ModelValidation |
| NuGet Url: | https://www.nuget.org/packages/NetCore.ModelValidation |
Install
Install-Package NetCore.ModelValidation
dotnet add package NetCore.ModelValidation
paket add NetCore.ModelValidation
NetCore.ModelValidation Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- NetCore.ModelValidation.Core(>= 1.0.1)
Tags
Allows you to have validations set in places such as your
business logic with the help of NetCore.ModelValidation.Core nuget.