Share via


ModelMetadata.GetValidators(ModelBindingExecutionContext) Methode

Definition

Gibt eine Auflistung von Validierern zurück, die auf das Modell anwendbar sind.

public:
 virtual System::Collections::Generic::IEnumerable<System::Web::ModelBinding::ModelValidator ^> ^ GetValidators(System::Web::ModelBinding::ModelBindingExecutionContext ^ context);
public virtual System.Collections.Generic.IEnumerable<System.Web.ModelBinding.ModelValidator> GetValidators (System.Web.ModelBinding.ModelBindingExecutionContext context);
abstract member GetValidators : System.Web.ModelBinding.ModelBindingExecutionContext -> seq<System.Web.ModelBinding.ModelValidator>
override this.GetValidators : System.Web.ModelBinding.ModelBindingExecutionContext -> seq<System.Web.ModelBinding.ModelValidator>
Public Overridable Function GetValidators (context As ModelBindingExecutionContext) As IEnumerable(Of ModelValidator)

Parameter

context
ModelBindingExecutionContext

Der Modellbindungs-Ausführungskontext.

Gibt zurück

Eine Sammlung von Validierungssteuerelementen.

Gilt für: