WebFormView Constructor
Initializes a new instance of the WebFormView class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WebFormView(ControllerContext, String) | Initializes a new instance of the WebFormView class using the controller context and view path. |
|
WebFormView(ControllerContext, String, String) | Initializes a new instance of the WebFormView class using the controller context, view path, and the path to the master page. |
|
WebFormView(ControllerContext, String, String, IViewPageActivator) | Initializes a new instance of the WebFormView class using the controller context, view path, the path to the master page, and a IViewPageActivator instance. |
Show: