MobileControlsSection.CookielessDataDictionaryType 属性

定义

获取或设置字典类的类型,其中字典类包含用于无 Cookie Forms 身份验证的键。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property Type ^ CookielessDataDictionaryType { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("cookielessDataDictionaryType", DefaultValue=typeof(System.Web.Mobile.CookielessData))]
[System.Configuration.SubclassTypeValidator(typeof(System.Collections.IDictionary))]
public Type CookielessDataDictionaryType { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("cookielessDataDictionaryType", DefaultValue=typeof(System.Web.Mobile.CookielessData))>]
[<System.Configuration.SubclassTypeValidator(typeof(System.Collections.IDictionary))>]
member this.CookielessDataDictionaryType : Type with get, set
Public Property CookielessDataDictionaryType As Type

属性值

字典类的 Type

属性

适用于

另请参阅