共用方式為


FieldTemplateUserControl.IgnoreModelValidationAttribute(Type) 方法

定義

允許 DynamicValidator 忽略模型驗證屬性的特定型別。

protected:
 void IgnoreModelValidationAttribute(Type ^ attributeType);
protected void IgnoreModelValidationAttribute (Type attributeType);
member this.IgnoreModelValidationAttribute : Type -> unit
Protected Sub IgnoreModelValidationAttribute (attributeType As Type)

參數

attributeType
Type

要忽略的屬性。

備註

這個方法允許 DynamicValidator 忽略特定類型的模型驗證屬性。 當屬性類型已經由 ASP.NET 驗證控制項處理時,就會呼叫這個方法。 如果沒有此呼叫,驗證可能會發生兩次,因而產生重複的錯誤訊息。

適用於