ControlAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 ControlAttribute 類別的新執行個體。
多載
ControlAttribute() |
初始化 ControlAttribute 類別的新執行個體。 |
ControlAttribute(String) |
使用指定的控制項 ID,初始化 ControlAttribute 類別的新執行個體。 |
ControlAttribute(String, String) |
使用指定的控制項 ID 和屬性名稱,初始化 ControlAttribute 類別的新執行個體。 |
備註
如需搭配 Web Form 使用模型系結的教學課程系列,請參閱模型系結 和 Web Form。
ControlAttribute()
初始化 ControlAttribute 類別的新執行個體。
public:
ControlAttribute();
public ControlAttribute ();
Public Sub New ()
備註
如需搭配 Web Form 使用模型系結的教學課程系列,請參閱模型系結 和 Web Form。
適用於
ControlAttribute(String)
使用指定的控制項 ID,初始化 ControlAttribute 類別的新執行個體。
public:
ControlAttribute(System::String ^ controlID);
public ControlAttribute (string controlID);
new System.Web.ModelBinding.ControlAttribute : string -> System.Web.ModelBinding.ControlAttribute
Public Sub New (controlID As String)
參數
- controlID
- String
控制項 ID。
備註
如需搭配 Web Form 使用模型系結的教學課程系列,請參閱模型系結 和 Web Form。
適用於
ControlAttribute(String, String)
使用指定的控制項 ID 和屬性名稱,初始化 ControlAttribute 類別的新執行個體。
public:
ControlAttribute(System::String ^ controlID, System::String ^ propertyName);
public ControlAttribute (string controlID, string propertyName);
new System.Web.ModelBinding.ControlAttribute : string * string -> System.Web.ModelBinding.ControlAttribute
Public Sub New (controlID As String, propertyName As String)
參數
- controlID
- String
控制項 ID。
- propertyName
- String
屬性名稱。
備註
如需搭配 Web Form 使用模型系結的教學課程系列,請參閱模型系結 和 Web Form。