다음을 통해 공유


IViewPageActivator.Create(ControllerContext, Type) 메서드

정의

종속성 주입을 사용하여 뷰 페이지를 만드는 방법에 대한 세분화된 제어를 제공합니다.

public object Create (System.Web.Mvc.ControllerContext controllerContext, Type type);
abstract member Create : System.Web.Mvc.ControllerContext * Type -> obj
Public Function Create (controllerContext As ControllerContext, type As Type) As Object

매개 변수

controllerContext
ControllerContext

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

type
Type

컨트롤러의 형식입니다.

반환

만든 뷰 페이지입니다.

적용 대상