次の方法で共有


ModelMetadata.GetValidators(ModelBindingExecutionContext) メソッド

定義

モデルに適用される検証コントロールのコレクションを返します。

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)

パラメーター

context
ModelBindingExecutionContext

モデル バインディングの実行コンテキスト。

戻り値

IEnumerable<ModelValidator>

検証コントロールのコレクション。

適用対象