MobileControlsSection.CookielessDataDictionaryType Eigenschaft

Definition

Ruft den Typ der Wörterbuchklasse ab, die die Schlüssel für die Formularauthentifizierung ohne Cookies beibehält, oder legt diesen Typ fest. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit 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

Eigenschaftswert

Der Type der Wörterbuchklasse.

Attribute

Gilt für:

Weitere Informationen