次の方法で共有


ViewStateAttribute.Key プロパティ

定義

ビューの状態キーを取得します。

public:
 property System::String ^ Key { System::String ^ get(); };
public string Key { get; }
member this.Key : string
Public ReadOnly Property Key As String

プロパティ値

ビューステート キー。

注釈

Web Formsでのモデル バインドの使用に関するチュートリアル シリーズについては、「モデル バインドとWeb Forms」を参照してください。

適用対象