ModelMetadata.GetValidators(ModelBindingExecutionContext) Metoda

Definice

Vrátí kolekci validátorů, které se vztahují na model.

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)

Parametry

context
ModelBindingExecutionContext

Kontext spuštění vazby modelu

Návraty

IEnumerable<ModelValidator>

Kolekce validátorů.

Platí pro