다음을 통해 공유


ViewResultBase.FindView(ControllerContext) 메서드

정의

뷰를 ViewEngineResult 렌더링하는 데 사용되는 개체를 반환합니다.

protected abstract System.Web.Mvc.ViewEngineResult FindView(System.Web.Mvc.ControllerContext context);
abstract member FindView : System.Web.Mvc.ControllerContext -> System.Web.Mvc.ViewEngineResult
Protected MustOverride Function FindView (context As ControllerContext) As ViewEngineResult

매개 변수

context
ControllerContext

컨텍스트입니다.

반환

뷰 엔진입니다.

적용 대상