다음을 통해 공유


IViewLocationCache.GetViewLocation(HttpContextBase, String) 메서드

정의

지정된 HTTP 컨텍스트와 캐시 키를 사용하여 뷰 위치를 가져옵니다.

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

매개 변수

httpContext
HttpContextBase

HTTP 컨텍스트입니다.

key
String

캐시 키입니다.

반환

뷰 위치입니다.

적용 대상