HtmlPageAdapter.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 > 将填充此属性。

适用于

另请参阅