Hi All,
I want to know if it is possible to use Fluent Validation to validate string instances directly rather than validating them through class properties.
I want to do something like this txtName.Text.NotEmpty().WithMessage("Name cannot be empty");
Any help would be much appreciated!
Best Regards,
Afraz Ali