I am planning to use this in my ASP.NET application, which is in web form patterns. I know we can use Fluent Validations just for server side validations in web forms, but I want to know if there are some ways to configure it so that it can also be also used for client side validations (by keeping html input name=propertyName or something...)
↧