XhtmlMobileTextWriter.SetCacheKey(Cache) Metoda

Definicja

Tworzy unikatowy element string do użycia podczas pobierania arkusza stylów z pamięci podręcznej. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)

Parametry

cache
Cache

Bieżący obiekt Cache.

Uwagi

Ta metoda jest używana głównie przez deweloperów niestandardowych kart strony mobilnej i kontrolek.

Dotyczy

Zobacz też