1 write to Type
Microsoft.AspNetCore.Http.Abstractions (1)
Validation\ValidatableTypeInfo.cs (1)
28
Type
= type;
3 references to Type
Microsoft.AspNetCore.Http.Abstractions (3)
Validation\ValidatableTypeInfo.cs (3)
56
$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{
Type
.Name}'. " +
90
if (
Type
.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable)
98
context.ValidationContext.DisplayName =
Type
.Name;