다음을 통해 공유


HttpApplication.GetVaryByCustomString(HttpContext, String) 메서드

정의

VaryByCustom 속성의 애플리케이션 전반적인 구현을 제공합니다.

public:
 virtual System::String ^ GetVaryByCustomString(System::Web::HttpContext ^ context, System::String ^ custom);
public virtual string GetVaryByCustomString (System.Web.HttpContext context, string custom);
abstract member GetVaryByCustomString : System.Web.HttpContext * string -> string
override this.GetVaryByCustomString : System.Web.HttpContext * string -> string
Public Overridable Function GetVaryByCustomString (context As HttpContext, custom As String) As String

매개 변수

context
HttpContext

현재 웹 요청에 대한 정보가 들어 있는 HttpContext 개체입니다.

custom
String

현재 요청에 응답하는 데 사용되는 캐시된 응답을 지정하는 사용자 지정 문자열입니다.

반환

custom 매개 변수의 값이 "browser"이면 브라우저의 Type이고, 그렇지 않으면 null입니다.

설명

재정의 GetVaryByCustomString 하여 현재 요청을 기반으로 하는 사용자 지정 다양한 값을 계산하기 위한 새 메서드를 추가할 수 있습니다. 구현은 인식할 수 없는 사용자 지정 값에 대한 기본 클래스를 호출해야 합니다. 자세한 내용은 방법: 사용자 지정 문자열을 사용하여 페이지의 버전 캐시를 참조하세요.

적용 대상

추가 정보