WebFormView Constructor (ControllerContext, String, String)
Initializes a new instance of the WebFormView class using the controller context, view path, and the path to the master page.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
new : controllerContext:ControllerContext * viewPath:string * masterPath:string -> WebFormView
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- viewPath
- Type: System.String
The view path.
- masterPath
- Type: System.String
The path to the master page.
Show: