Search code examples
Best approach for complex model/submodel validation (MVC)...


c#asp.net-mvcmodel-view-controllermodel-validationvalidationattribute

Read More
Why is "memberNames" parameter in "ValidationResult" is a collection type?...


c#.netasp.net-corevalidationattribute

Read More
Is dbContext (retrieved from ValidationContext.GetService in Blazor Server Side app) thread safe?...


c#thread-safetyblazor-server-sidevalidationattribute

Read More
.NET Core - How to solve email aready exist when updating data with the same email...


c#asp.net-core.net-coreasp.net-core-webapivalidationattribute

Read More
Add Custom ValidationAttribute to Swagger Documentation...


c#swaggerswagger-uivalidationattribute

Read More
Change Response Status Code from ValidationAttribute...


c#.netasp.net-corewebapivalidationattribute

Read More
ASP.NET Custom ErrorMessage for Model Enum field...


c#enumsasp.net-core-2.1validationattributeivalidatableobject

Read More
Require one field or another...


c#asp.netasp.net-mvcvalidationattribute

Read More
ValidationAttribute.FormatErrorMessage throwing Input string was not in a correct format error...


c#stringvalidationattribute

Read More
ValidationResult to send 409 conflict status code ASP.NET Core Web Api...


c#asp.net-coreasp.net-web-apidata-annotationsvalidationattribute

Read More
FileExtensions attribute - using Enumerator as a parameter...


c#.net-corevalidationattribute

Read More
Testing ValidationAttribute that overrides IsValid...


c#asp.net-mvcunit-testingmoqvalidationattribute

Read More
Customs validation attribute with multiple value for Blazor EditForm validations...


c#attributesblazorvalidationattribute

Read More
How to create custom validation attribute for Iranian national code in asp.net core?...


asp.net-coreattributesvalidationattribute

Read More
How can I cleanly share a Custom Validator (ValidationAttribute) for a data model, a ViewModel, and ...


c#asp.netasp.net-mvcmodel-bindingvalidationattribute

Read More
Placeholder in constructor chaining?...


c#asp.net-mvcvalidationattribute

Read More
In net 5, when binding from body, how to specify that all properties must be present?...


asp.net-coreasp.net-core-mvc.net-5model-validationvalidationattribute

Read More
Override ValidationAttribute ErrorMessage, from string to new ErrorModel Class...


c#asp.net-coreasp.net-web-apidata-annotationsvalidationattribute

Read More
I need to return customized validation result (response) in validation attributes in ASP.Net core We...


c#asp.netasp.net-coreasp.net-web-apivalidationattribute

Read More
Phone Number Validation MVC...


c#regexasp.net-mvcjquery-validatevalidationattribute

Read More
ASP.NET Core empty validation string entry in array of errors?...


c#validationasp.net-core.net-corevalidationattribute

Read More
C# Razor page required attribute on IFormFile works only when clicking away...


c#asp.net-mvcasp.net-corerazor-pagesvalidationattribute

Read More
How to implement validation rules for elements from a partial view...


entity-frameworkpartial-viewsasp.net-core-3.1validationattribute

Read More
Pass Property of Class to ValidationAttribute...


c#asp.netasp.net-corevalidationattribute

Read More
Regex positive lookahead for "contains 10-14 digits" not working right...


regexasp.net-mvcasp.net-mvc-5unobtrusive-validationvalidationattribute

Read More
Adding custom JsonConverter to Web API impacts string value passed to custom Validation Attribute...


c#asp.net-web-apijson.netvalidationattribute

Read More
How to format error message from a custom validator...


asp.net-mvcasp.net-mvc-5data-annotationsasp.net-mvc-5.2validationattribute

Read More
How to notify users for custom validation based on multiple properties...


c#validation.net-corevalidationattribute

Read More
Is it possible to access properties from a different model in a ValidationAttribute...


c#asp.net-web-apivalidationattribute

Read More
Why does Validator.TryValidateObject does not validate class if I have validation attribute in a pro...


c#validationannotationsvalidationattribute

Read More
BackNext