WebFormViewEngine Constructor

 

Initializes a new instance of the WebFormViewEngine class.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodWebFormViewEngine()

Initializes a new instance of the WebFormViewEngine class.

System_CAPS_pubmethodWebFormViewEngine(IViewPageActivator)

Initializes a new instance of the WebFormViewEngine class using the specified view page activator.

Return to top

WebFormViewEngine Constructor ()

Initializes a new instance of the WebFormViewEngine class.

new : unit -> WebFormViewEngine
Return to top

WebFormViewEngine Constructor (IViewPageActivator)

Initializes a new instance of the WebFormViewEngine class using the specified view page activator.

new : 
        viewPageActivator:IViewPageActivator -> WebFormViewEngine

Parameters

viewPageActivator
Type: System.Web.Mvc.IViewPageActivator

An instance of a class that implements the IViewPageActivator interface.

Return to top
Show: