共用方式為


XhtmlMobileTextWriter.SetCacheKey(Cache) 方法

定義

建立從快取擷取樣式表時要使用的唯一 string。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public:
 virtual void SetCacheKey(System::Web::Caching::Cache ^ cache);
public virtual void SetCacheKey (System.Web.Caching.Cache cache);
abstract member SetCacheKey : System.Web.Caching.Cache -> unit
override this.SetCacheKey : System.Web.Caching.Cache -> unit
Public Overridable Sub SetCacheKey (cache As Cache)

參數

cache
Cache

目前的 Cache 物件。

備註

這個方法主要是由自定義行動頁面和控制配接器的開發人員使用。

適用於

另請參閱