Share via


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)

Syntax

'Declaration
Protected Sub New ( _
    controllerContext As ControllerContext, _
    viewPath As String _
)
'Usage
Dim controllerContext As ControllerContext
Dim viewPath As String

Dim instance As New BuildManagerCompiledView(controllerContext, _
    viewPath)
protected BuildManagerCompiledView(
    ControllerContext controllerContext,
    string viewPath
)
protected:
BuildManagerCompiledView(
    ControllerContext^ controllerContext, 
    String^ viewPath
)
protected function BuildManagerCompiledView(
    controllerContext : ControllerContext, 
    viewPath : String
)

Parameters

See Also

Reference

BuildManagerCompiledView Class

BuildManagerCompiledView Overload

System.Web.Mvc Namespace