Share via


HtmlPageAdapter.CacheVaryByHeaders 속성

정의

캐싱을 다양화하는 데 사용할 추가 HTTP 헤더의 목록을 반환합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

public:
 virtual property System::Collections::IList ^ CacheVaryByHeaders { System::Collections::IList ^ get(); };
public virtual System.Collections.IList CacheVaryByHeaders { get; }
member this.CacheVaryByHeaders : System.Collections.IList
Public Overridable ReadOnly Property CacheVaryByHeaders As IList

속성 값

캐싱을 다양화하는 데 사용할 추가 HTTP 헤더의 목록입니다.

구현

설명

WmlPageAdapter 클래스는 HtmlPageAdapter 인터페이스에서 IPageAdapter 이 속성을 상속합니다. 이러한 구현은 를 반환 null합니다.

자세한 내용은 모바일 텍스트 작성기 렌더링 모범 사례의 "출력 캐싱" 섹션을 참조하세요.

적용 대상

추가 정보