다음을 통해 공유


OutputCacheParameters.VaryByCustom 속성

정의

캐시 엔트리의 출력을 다양하게 캐시하기 위해 사용하는 사용자 지정 문자열의 목록을 가져옵니다.

public:
 property System::String ^ VaryByCustom { System::String ^ get(); void set(System::String ^ value); };
public string VaryByCustom { get; set; }
member this.VaryByCustom : string with get, set
Public Property VaryByCustom As String

속성 값

사용자 지정 문자열의 목록입니다.

설명

이 속성에 대 한 "브라우저"를 지정 하면 브라우저 종류 및 주 버전 번호에 따라 캐시 엔트리 수 집니다. 사용자 지정 문자열을 입력한 경우 애플리케이션의 Global.asax 파일에 있는 HttpApplication.GetVaryByCustomString 메서드를 재정의해야 합니다.

적용 대상

추가 정보