WebFormViewEngine Constructor
Initializes a new instance of the WebFormViewEngine class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | WebFormViewEngine() | Initializes a new instance of the WebFormViewEngine class. |
![]() | WebFormViewEngine(IViewPageActivator) | Initializes a new instance of the WebFormViewEngine class using the specified view page activator. |
WebFormViewEngine Constructor ()
Initializes a new instance of the WebFormViewEngine class.
WebFormViewEngine Constructor (IViewPageActivator)
Initializes a new instance of the WebFormViewEngine class using the specified view page activator.
Parameters
- viewPageActivator
-
Type:
System.Web.Mvc.IViewPageActivator
An instance of a class that implements the IViewPageActivator interface.
Show:
