MobilePage.InitOutputCache 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 페이지 요청에 대한 출력 캐시를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
오버로드
InitOutputCache(Int32, String, String, OutputCacheLocation, String) |
현재 페이지 요청에 대한 출력 캐시를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
InitOutputCache(Int32, String, String, String, OutputCacheLocation, String) |
현재 페이지 요청에 대한 출력 캐시를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요. |
설명
InitOutputCache .NET Framework 버전 3.5에서에서 도입 되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.
InitOutputCache(Int32, String, String, OutputCacheLocation, String)
현재 페이지 요청에 대한 출력 캐시를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
protected:
override void InitOutputCache(int duration, System::String ^ varyByHeader, System::String ^ varyByCustom, System::Web::UI::OutputCacheLocation location, System::String ^ varyByParam);
protected override void InitOutputCache (int duration, string varyByHeader, string varyByCustom, System.Web.UI.OutputCacheLocation location, string varyByParam);
override this.InitOutputCache : int * string * string * System.Web.UI.OutputCacheLocation * string -> unit
Protected Overrides Sub InitOutputCache (duration As Integer, varyByHeader As String, varyByCustom As String, location As OutputCacheLocation, varyByParam As String)
매개 변수
- duration
- Int32
출력 캐시에 저장되어 있는 개체가 유효한 기간입니다.
- varyByHeader
- String
출력 캐시의 내용에 영향을 주는 세미콜론으로 구분된 헤더 목록입니다.
- varyByCustom
- String
Vary
HTTP 헤더입니다.
- location
- OutputCacheLocation
OutputCacheLocation 값 중 하나입니다.
- varyByParam
- String
출력 캐시의 내용에 영향을 주는 GET 또는 POST 메서드에 의해 수신되는 세미콜론으로 구분된 매개 변수 목록입니다.
설명
이 멤버를 재정의 합니다 Page.InitOutputCache 더 추가 하는 방법 VaryByHeader
다른 태그 디바이스에 대 한 페이지 출력 캐싱을 제공 하는 키워드 수정 합니다.
추가 정보
적용 대상
InitOutputCache(Int32, String, String, String, OutputCacheLocation, String)
현재 페이지 요청에 대한 출력 캐시를 초기화합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.
protected:
override void InitOutputCache(int duration, System::String ^ varyByContentEncoding, System::String ^ varyByHeader, System::String ^ varyByCustom, System::Web::UI::OutputCacheLocation location, System::String ^ varyByParam);
protected override void InitOutputCache (int duration, string varyByContentEncoding, string varyByHeader, string varyByCustom, System.Web.UI.OutputCacheLocation location, string varyByParam);
override this.InitOutputCache : int * string * string * string * System.Web.UI.OutputCacheLocation * string -> unit
Protected Overrides Sub InitOutputCache (duration As Integer, varyByContentEncoding As String, varyByHeader As String, varyByCustom As String, location As OutputCacheLocation, varyByParam As String)
매개 변수
- duration
- Int32
출력 캐시에 저장되어 있는 개체가 유효한 기간입니다.
- varyByContentEncoding
- String
출력 캐시의 내용에 영향을 주는 세미콜론으로 구분된 문자 집합(콘텐츠 인코딩) 목록입니다.
- varyByHeader
- String
출력 캐시의 내용에 영향을 주는 세미콜론으로 구분된 헤더 목록입니다.
- varyByCustom
- String
Vary
HTTP 헤더입니다.
- location
- OutputCacheLocation
OutputCacheLocation 값 중 하나입니다.
- varyByParam
- String
출력 캐시의 내용에 영향을 주는 GET 또는 POST 메서드에 의해 수신되는 세미콜론으로 구분된 매개 변수 목록입니다.
설명
이 멤버를 재정의 합니다 Page.InitOutputCache 더 추가 하는 방법 VaryByHeader
다른 태그 디바이스에 대 한 페이지 출력 캐싱을 제공 하는 키워드 수정 합니다.
추가 정보
적용 대상
.NET