다음을 통해 공유


ViewResult.FindView(ControllerContext) 메서드

정의

등록된 뷰 엔진을 검색하고 뷰를 렌더링하는 데 사용되는 개체를 반환합니다.

protected override System.Web.Mvc.ViewEngineResult FindView(System.Web.Mvc.ControllerContext context);
override this.FindView : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ViewEngineResult
Protected Overrides Function FindView (context As ControllerContext) As ViewEngineResult

매개 변수

context
ControllerContext

컨트롤러 컨텍스트입니다.

반환

뷰를 렌더링하는 데 사용되는 개체입니다.

예외

메서드가 뷰를 검색하는 도중 오류가 발생했습니다.

적용 대상