다음을 통해 공유


XhtmlMobileTextWriter.SetCacheKey(Cache) 메서드

정의

캐시에서 스타일시트를 검색할 때 사용할 고유 string을 만듭니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 개체입니다.

설명

이 방법은 주로 사용자 지정 모바일 페이지 및 컨트롤 어댑터 개발자가 사용합니다.

적용 대상

추가 정보