2 overrides of ValidateChildren
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
EndpointModelMetadata.cs (1)
52
public override bool
ValidateChildren
{ get; }
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
417
public override bool
ValidateChildren
5 references to ValidateChildren
Microsoft.AspNetCore.Mvc.Core (5)
ModelBinding\Metadata\ValidationMetadata.cs (1)
31
/// then <see cref="ModelMetadata.
ValidateChildren
"/> will be <c>true</c> if either of
ModelBinding\SuppressChildValidationMetadataProvider.cs (3)
12
/// An <see cref="IValidationMetadataProvider"/> which configures <see cref="ModelMetadata.
ValidateChildren
"/> to
22
/// <see cref="ModelMetadata.
ValidateChildren
"/> set to <c>false</c>.
36
/// <see cref="ModelMetadata.
ValidateChildren
"/> set to <c>false</c>.
ModelBinding\Validation\ValidationVisitor.cs (1)
377
if (Model != null && Metadata!.
ValidateChildren
)