다음을 통해 공유


DefaultViewLocationCache.GetViewLocation(HttpContextBase, String) 메서드

정의

지정된 HTTP 컨텍스트와 캐시 키를 사용하여 기본 뷰 위치를 검색합니다.

public string GetViewLocation (System.Web.HttpContextBase httpContext, string key);
abstract member GetViewLocation : System.Web.HttpContextBase * string -> string
override this.GetViewLocation : System.Web.HttpContextBase * string -> string
Public Function GetViewLocation (httpContext As HttpContextBase, key As String) As String

매개 변수

httpContext
HttpContextBase

HTTP 컨텍스트입니다.

key
String

캐시 키입니다.

반환

기본 뷰 위치입니다.

구현

예외

httpContext 매개 변수가 null인 경우

적용 대상