BuildManagerCompiledView 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
BuildManagerCompiledView(ControllerContext, String) |
使用指定的控制器上下文和视图路径初始化 类的新实例 BuildManagerCompiledView 。 |
BuildManagerCompiledView(ControllerContext, String, IViewPageActivator) |
使用指定的控制器上下文、视图路径和视图页激活器初始化 类的新实例 BuildManagerCompiledView 。 |
BuildManagerCompiledView(ControllerContext, String)
使用指定的控制器上下文和视图路径初始化 类的新实例 BuildManagerCompiledView 。
protected BuildManagerCompiledView (System.Web.Mvc.ControllerContext controllerContext, string viewPath);
new System.Web.Mvc.BuildManagerCompiledView : System.Web.Mvc.ControllerContext * string -> System.Web.Mvc.BuildManagerCompiledView
Protected Sub New (controllerContext As ControllerContext, viewPath As String)
参数
- controllerContext
- ControllerContext
控制器上下文。
- viewPath
- String
视图路径。
适用于
BuildManagerCompiledView(ControllerContext, String, IViewPageActivator)
使用指定的控制器上下文、视图路径和视图页激活器初始化 类的新实例 BuildManagerCompiledView 。
protected BuildManagerCompiledView (System.Web.Mvc.ControllerContext controllerContext, string viewPath, System.Web.Mvc.IViewPageActivator viewPageActivator);
new System.Web.Mvc.BuildManagerCompiledView : System.Web.Mvc.ControllerContext * string * System.Web.Mvc.IViewPageActivator -> System.Web.Mvc.BuildManagerCompiledView
Protected Sub New (controllerContext As ControllerContext, viewPath As String, viewPageActivator As IViewPageActivator)
参数
- controllerContext
- ControllerContext
当前控制器的上下文信息。 此信息包括 HTTP 上下文、请求上下文、路由数据和父操作视图上下文等。
- viewPath
- String
将呈现的视图的路径。
- viewPageActivator
- IViewPageActivator
负责在运行时动态构建视图页的对象。
例外
controllerContext
参数为 null。
参数 viewPath
为 null 或空。