FieldTemplateUserControl.IgnoreModelValidationAttribute(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
允許 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 驗證控制項處理時,就會呼叫這個方法。 如果沒有此呼叫,驗證可能會發生兩次,因而產生重複的錯誤訊息。