MvcOptions.ValidateComplexTypesIfChildValidationFails Property

Definition

Gets or sets a value that determines whether the validation visitor will perform validation of a complex type if validation fails for any of its children.

public:
 property bool ValidateComplexTypesIfChildValidationFails { bool get(); void set(bool value); };
public bool ValidateComplexTypesIfChildValidationFails { get; set; }
member this.ValidateComplexTypesIfChildValidationFails : bool with get, set
Public Property ValidateComplexTypesIfChildValidationFails As Boolean

Property Value

The default value is false.

Applies to