DefaultViewLocationCache.InsertViewLocation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 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인 경우