XhtmlMobileTextWriter.SetCacheKey(Cache) Method

Definition

Creates a unique string to use when retrieving the style sheet from the cache. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)

Parameters

cache
Cache

The current Cache object.

Remarks

This method is used primarily by developers of custom mobile page and control adapters.

Applies to

See also