共用方式為


XhtmlPageAdapter.PersistCookielessData 屬性

定義

取得或設定布林值 (Boolean),指出 CookielessDataDictionary 屬性中的項目是否保存在查詢字串中。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET

public:
 property bool PersistCookielessData { bool get(); void set(bool value); };
public bool PersistCookielessData { get; set; }
member this.PersistCookielessData : bool with get, set
Public Property PersistCookielessData As Boolean

屬性值

如果 Web.config 檔之 true 組態區段的 CookielessDataDictionaryType 設定為有效的字典型別,則為 MobileControls,否則為 false

實作

適用於

另請參閱