MvcOptions.ValidateComplexTypesIfChildValidationFails 속성

정의

해당 자식에 대해 유효성 검사가 실패할 경우 유효성 검사 방문자가 복합 형식의 유효성 검사를 수행할지 여부를 결정하는 값을 가져오거나 설정합니다.

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

속성 값

기본값은 false입니다.

적용 대상