DataBoundControl.IsUsingModelBinders 屬性

定義

取得值,指出模型繫結是否正在使用。

protected:
 virtual property bool IsUsingModelBinders { bool get(); };
protected override bool IsUsingModelBinders { get; }
member this.IsUsingModelBinders : bool
Protected Overrides ReadOnly Property IsUsingModelBinders As Boolean

屬性值

Boolean

如果模型繫結正在使用中,則為 true,否則為false

備註

如需搭配Web Form使用模型系結的教學課程系列,請參閱模型系結和Web Form

適用於