XhtmlMobileTextWriter.SetCacheKey(Cache) 方法

定义

创建一个唯一 string,以便在从缓存中检索样式表时使用。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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 对象。

注解

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

适用于

另请参阅