ValidationStateEntry.Strategy Property
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.
Gets or sets an IValidationStrategy for enumerating child entries of the associated model object.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IValidationStrategy ^ Strategy { Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IValidationStrategy ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::Validation::IValidationStrategy ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy Strategy { get; set; }
member this.Strategy : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.IValidationStrategy with get, set
Public Property Strategy As IValidationStrategy