Compartir a través de


XhtmlMobileTextWriter.SetCacheKey(Cache) Método

Definición

Crea una string única que se va a utilizar al recuperar la hoja de estilos de la memoria caché. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte 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)

Parámetros

cache
Cache

Objeto Cache actual.

Comentarios

Este método lo usan principalmente los desarrolladores de adaptadores de control y páginas móviles personalizados.

Se aplica a

Consulte también