WebFormView Constructor (ControllerContext, String)
Initializes a new instance of the WebFormView class using the controller context and view path.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ controllerContext As ControllerContext, _ viewPath As String _ ) 'Usage Dim controllerContext As ControllerContext Dim viewPath As String Dim instance As New WebFormView(controllerContext, _ viewPath)
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- viewPath
- Type: System.String
The view path.
Show: