1 implementation of ShouldValidateEntry
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\ValidateNeverAttribute.cs (1)
18public bool ShouldValidateEntry(ValidationEntry entry, ValidationEntry parentEntry)
3 references to ShouldValidateEntry
Microsoft.AspNetCore.Mvc.Abstractions (2)
ModelBinding\Validation\IPropertyValidationFilter.cs (2)
8/// applied to a property, the validation system calls <see cref="ShouldValidateEntry"/> to determine whether to 9/// validate that property. When applied to a type, the validation system calls <see cref="ShouldValidateEntry"/>
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\ValidationVisitor.cs (1)
433if (metadata.PropertyValidationFilter?.ShouldValidateEntry(entry, parentEntry) == false)