6 references to Skipped
Microsoft.AspNetCore.Mvc.Abstractions (5)
ModelBinding\ModelStateDictionary.cs (3)
163
return state == ModelValidationState.Valid || state == ModelValidationState.
Skipped
;
422
/// as <see cref="ModelValidationState.
Skipped
"/>.
437
modelState.ValidationState = ModelValidationState.
Skipped
;
ModelBinding\ModelValidationState.cs (2)
39
/// if the validity of the entry and all descendants is either <see cref="Valid"/> or <see cref="
Skipped
"/>.
47
/// The aggregate validity of an entry is never <see cref="
Skipped
"/>.
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\ValidationVisitor.cs (1)
463
entry.Value.ValidationState = ModelValidationState.
Skipped
;