ModelValidator.GetModelValidator 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回模型的複合模型驗證程式。
public:
static System::Web::ModelBinding::ModelValidator ^ GetModelValidator(System::Web::ModelBinding::ModelMetadata ^ metadata, System::Web::ModelBinding::ModelBindingExecutionContext ^ context);
public static System.Web.ModelBinding.ModelValidator GetModelValidator (System.Web.ModelBinding.ModelMetadata metadata, System.Web.ModelBinding.ModelBindingExecutionContext context);
static member GetModelValidator : System.Web.ModelBinding.ModelMetadata * System.Web.ModelBinding.ModelBindingExecutionContext -> System.Web.ModelBinding.ModelValidator
Public Shared Function GetModelValidator (metadata As ModelMetadata, context As ModelBindingExecutionContext) As ModelValidator
參數
- metadata
- ModelMetadata
中繼資料。
- context
- ModelBindingExecutionContext
執行內容。
傳回
模型的複合模型驗證程式。