Share via


MobileControlsSection.CookielessDataDictionaryType プロパティ

定義

Cookie なしのフォーム認証のためのキーを保持するディクショナリ クラスの種類を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

属性

適用対象

こちらもご覧ください