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)

public function WebFormViewEngine(
	viewPageActivator : IViewPageActivator
)

Parameters

viewPageActivator
Type: System.Web.Mvc.IViewPageActivator

An instance of a class that implements the IViewPageActivator interface.

Show: