다음을 통해 공유


IViewLocationCache.InsertViewLocation(HttpContextBase, String, String) 메서드

정의

지정된 HTTP 컨텍스트와 캐시 키를 사용하여 지정된 뷰 위치를 캐시에 삽입합니다.

public void InsertViewLocation (System.Web.HttpContextBase httpContext, string key, string virtualPath);
abstract member InsertViewLocation : System.Web.HttpContextBase * string * string -> unit
Public Sub InsertViewLocation (httpContext As HttpContextBase, key As String, virtualPath As String)

매개 변수

httpContext
HttpContextBase

HTTP 컨텍스트입니다.

key
String

캐시 키입니다.

virtualPath
String

가상 경로입니다.

적용 대상