ASP.NET MVC 5 integration for FluentValidation.
Info
Version: | 8.6.1 |
Author(s): | Jeremy Skinner |
Last Update: | Monday, February 24, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://fluentvalidation.net/ |
NuGet Url: | https://www.nuget.org/packages/FluentValidation.MVC5 |
Install
Install-Package FluentValidation.MVC5
dotnet add package FluentValidation.MVC5
paket add FluentValidation.MVC5
FluentValidation.MVC5 Download (Unzip the "nupkg" after downloading)
Dependencies
- FluentValidation.ValidatorAttribute(>= 8.6.1)
- FluentValidation(>= 8.6.1 && < 9.0.0)
- Microsoft.AspNet.Mvc(>= 5.2.0)