SuppressChildValidationMetadataProvider Class    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IValidationMetadataProvider which configures ValidateChildren to
false for matching types.
public ref class SuppressChildValidationMetadataProvider : Microsoft::AspNetCore::Mvc::ModelBinding::Metadata::IValidationMetadataProviderpublic class SuppressChildValidationMetadataProvider : Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.IValidationMetadataProvidertype SuppressChildValidationMetadataProvider = class
    interface IValidationMetadataProvider
    interface IMetadataDetailsProvidertype SuppressChildValidationMetadataProvider = class
    interface IMetadataDetailsProvider
    interface IValidationMetadataProviderPublic Class SuppressChildValidationMetadataProvider
Implements IValidationMetadataProvider- Inheritance
- 
				SuppressChildValidationMetadataProvider
- Implements
Constructors
| SuppressChildValidationMetadataProvider(String) | Creates a new SuppressChildValidationMetadataProvider for the given  | 
| SuppressChildValidationMetadataProvider(Type) | Creates a new SuppressChildValidationMetadataProvider for the given  | 
Properties
| FullTypeName | Gets the full name of a type for which to suppress validation of children. | 
| Type | Gets the Type for which to suppress validation of children. | 
Methods
| CreateValidationMetadata(ValidationMetadataProviderContext) | Gets the values for properties of ValidationMetadata. |