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)
57
$"Maximum validation depth of {context.ValidationOptions.MaxDepth} exceeded at '{context.CurrentValidationPath}' in '{
Type
.Name}'. " +
91
if (
Type
.ImplementsInterface(typeof(IValidatableObject)) && value is IValidatableObject validatable)
99
context.ValidationContext.DisplayName =
Type
.Name;