MobilePage.HiddenVariables 属性

定义

获取指定 MobilePage 对象中隐藏变量的词典。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

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

属性值

该页中包含的隐藏变量的字典。

属性

适用于

另请参阅