How to achieve RequiredIf conditional operation in .NET Core for Model based validation.
In ASP.NET MVC, had used with ExpressiveAnnotation package but its not working for .NET Core.
How to achieve RequiredIf conditional operation in .NET Core for Model based validation.
In ASP.NET MVC, had used with ExpressiveAnnotation package but its not working for .NET Core.
UoN.ExpressiveAnnotations.NetCore is the package used for .NET Core applications same functionality as ExpressiveAnnotation package for MVC
Reference URL: https://github.com/uon-nuget/UoN.ExpressiveAnnotations.NetCore