Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in validationattribute

Require one field or another

GetClientValidationRules is never called in MVC application

Custom Model Validation based on two properties. One influence the other one

How to trigger validation on one property when another property has been validated, using custom ValidationAttribute and INotifyDataErrorInfo

ValidationErrors of custom ValidationAttribute not properly displayed

How can I validate Guid datatype?

Prevent inheriting validation attributes in model

Custom ValidationAttribute doesn't work

How to call ValidationAttributes manually? (DataAnnotations and ModelState)

How to serialize a model with all validation attributes from the individual properties?

How can I have a custom ValidationAttribute rendered as a 'data-val-xx' attribute on the client-side?

ASP.NET MVC ValidationAttribute Get Other Property Display Name

Why does Validator.TryValidateObject does not validate class if I have validation attribute in a property?

Testing ValidationAttribute that overrides IsValid

Get Data Annotations attributes from model

DataAnnotations "NotRequired" attribute

Best approach for complex model/submodel validation (MVC)

Phone Number Validation MVC