다음을 통해 공유


DefaultViewLocationCache.InsertViewLocation 메서드

정의

지정된 HTTP 컨텍스트, 캐시 키 및 가상 경로를 사용하여 지정된 가상 경로에 뷰를 삽입합니다.

public void InsertViewLocation (System.Web.HttpContextBase httpContext, string key, string virtualPath);
abstract member InsertViewLocation : System.Web.HttpContextBase * string * string -> unit
override this.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

가상 경로입니다.

구현

예외

httpContext 매개 변수가 null인 경우

적용 대상