ModelValidatorProviderContext.Results Property

Definition

Gets the list of ValidatorItem instances. IModelValidatorProvider instances should add the appropriate Validator properties when CreateValidators(ModelValidatorProviderContext) is called.

public:
 property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidatorItem ^> ^ Results { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidatorItem ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorItem> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidatorItem>
Public ReadOnly Property Results As IList(Of ValidatorItem)

Property Value

Applies to