XhtmlMobileTextWriter.SetCacheKey(Cache) 方法

定义

从缓存检索样式表时,创建唯一要使用的样式 string 表。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

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 对象。

注解

此方法主要由自定义移动页面和控件适配器的开发人员使用。

适用于

另请参阅