DataAnnotationsModelValidator<TAttribute> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 DataAnnotationsModelValidator 類別的新執行個體。
public DataAnnotationsModelValidator (System.Web.Mvc.ModelMetadata metadata, System.Web.Mvc.ControllerContext context, TAttribute attribute);
new System.Web.Mvc.DataAnnotationsModelValidator<'Attribute (requires 'Attribute :> System.ComponentModel.DataAnnotations.ValidationAttribute)> : System.Web.Mvc.ModelMetadata * System.Web.Mvc.ControllerContext * 'Attribute -> System.Web.Mvc.DataAnnotationsModelValidator<'Attribute (requires 'Attribute :> System.ComponentModel.DataAnnotations.ValidationAttribute)>
Public Sub New (metadata As ModelMetadata, context As ControllerContext, attribute As TAttribute)
參數
- metadata
- ModelMetadata
模型的中繼資料。
- context
- ControllerContext
模型的控制器內容。
- attribute
- TAttribute
模型的驗證屬性。