WebFormViewEngine Constructor (IViewPageActivator)

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

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

'Declaration
Public Sub New ( _
	viewPageActivator As IViewPageActivator _
)
'Usage
Dim viewPageActivator As IViewPageActivator 

Dim instance As New WebFormViewEngine(viewPageActivator)

Parameters

viewPageActivator
Type: System.Web.Mvc.IViewPageActivator

An instance of a class that implements the IViewPageActivator interface.

Show: