IPageAdapter.CookielessDataDictionary 属性

定义

使用此属性通过 URL 查询字符串在请求之间保留数据。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

public:
 property System::Collections::IDictionary ^ CookielessDataDictionary { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public System.Collections.IDictionary CookielessDataDictionary { get; set; }
member this.CookielessDataDictionary : System.Collections.IDictionary with get, set
Public Property CookielessDataDictionary As IDictionary

属性值

使用 URL 查询字符串保存的数据字典。

注解

当将有效 IDictionary 类型配置为配置元素的属性 <mobileControls> 时,将填充此属性。

适用于

另请参阅