IViewEngine.FindView(ControllerContext, String, String, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정한 컨트롤러 컨텍스트를 사용하여 지정한 뷰를 찾습니다.
public System.Web.Mvc.ViewEngineResult FindView (System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache);
abstract member FindView : System.Web.Mvc.ControllerContext * string * string * bool -> System.Web.Mvc.ViewEngineResult
Public Function FindView (controllerContext As ControllerContext, viewName As String, masterName As String, useCache As Boolean) As ViewEngineResult
매개 변수
- controllerContext
- ControllerContext
컨트롤러 컨텍스트입니다.
- viewName
- String
뷰의 이름입니다.
- masterName
- String
마스터의 이름입니다.
- useCache
- Boolean
true이면 캐시된 뷰가 있는 경우 뷰 엔진이 캐시된 뷰를 반환하도록 지정합니다. 그렇지 않으면 false입니다.
반환
페이지 뷰입니다.