BuildManagerViewEngine 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
BuildManagerViewEngine() |
Initializes a new instance of the BuildManagerViewEngine class. |
BuildManagerViewEngine(IViewPageActivator) |
Initializes a new instance of the BuildManagerViewEngine class using the specified view page activator. |
BuildManagerViewEngine()
Initializes a new instance of the BuildManagerViewEngine class.
protected BuildManagerViewEngine ();
Protected Sub New ()
Applies to
BuildManagerViewEngine(IViewPageActivator)
Initializes a new instance of the BuildManagerViewEngine class using the specified view page activator.
protected BuildManagerViewEngine (System.Web.Mvc.IViewPageActivator viewPageActivator);
new System.Web.Mvc.BuildManagerViewEngine : System.Web.Mvc.IViewPageActivator -> System.Web.Mvc.BuildManagerViewEngine
Protected Sub New (viewPageActivator As IViewPageActivator)
Parameters
- viewPageActivator
- IViewPageActivator
The view page activator.