Share via


ModelState.Errors 屬性

定義

取得在模型繫結期間發生的錯誤集合。

public:
 property System::Web::ModelBinding::ModelErrorCollection ^ Errors { System::Web::ModelBinding::ModelErrorCollection ^ get(); };
public System.Web.ModelBinding.ModelErrorCollection Errors { get; }
member this.Errors : System.Web.ModelBinding.ModelErrorCollection
Public ReadOnly Property Errors As ModelErrorCollection

屬性值

錯誤的集合。

適用於