MobileControlsSection.CookielessDataDictionaryType Vlastnost

Definice

Získá nebo nastaví typ třídy slovníku, který udržuje klíče pro ověřování bez souborů cookie formuláře. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobile Apps & Weby s 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

Hodnota vlastnosti

Třída Type slovníku.

Atributy

Platí pro

Viz také