Freigeben über


ModelValidatorProviderContext.Results Eigenschaft

Definition

Ruft die Liste der Instanzen ab ValidatorItem . IModelValidatorProvider Instanzen sollten die entsprechenden Validator Eigenschaften hinzufügen, wenn CreateValidators(ModelValidatorProviderContext) aufgerufen wird.

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)

Eigenschaftswert

Gilt für: