WebFormViewEngine Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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()
Initializes a new instance of the WebFormViewEngine class.
public WebFormViewEngine ();
Public Sub New ()
Applies to
WebFormViewEngine(IViewPageActivator)
Initializes a new instance of the WebFormViewEngine class using the specified view page activator.
public WebFormViewEngine (System.Web.Mvc.IViewPageActivator viewPageActivator);
new System.Web.Mvc.WebFormViewEngine : System.Web.Mvc.IViewPageActivator -> System.Web.Mvc.WebFormViewEngine
Public Sub New (viewPageActivator As IViewPageActivator)
Parameters
- viewPageActivator
- IViewPageActivator
An instance of a class that implements the IViewPageActivator interface.