BuildManagerCompiledView Constructor (ControllerContext, String)
Initializes a new instance of the BuildManagerCompiledView class using the specified controller context and view path.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected:
BuildManagerCompiledView(
ControllerContext^ controllerContext,
String^ viewPath
)
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- viewPath
- Type: System::String
The view path.
Show: