Share via


IPageAdapter.CookielessDataDictionary 属性

定义

使用此属性通过使用 URL 查询字符串在各次请求之间保留数据。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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> 将填充此属性。

适用于

另请参阅