MobilePage.HiddenVariables プロパティ

定義

指定された MobilePage オブジェクト上の隠し変数のディクショナリを取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 property System::Collections::IDictionary ^ HiddenVariables { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Collections.IDictionary HiddenVariables { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.HiddenVariables : System.Collections.IDictionary
Public ReadOnly Property HiddenVariables As IDictionary

プロパティ値

ページに含まれている隠し変数のディクショナリ。

属性

適用対象

こちらもご覧ください