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