RazorViewEngine Constructor

 

Initializes a new instance of the RazorViewEngine class.

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

NameDescription
System_CAPS_pubmethodRazorViewEngine()

Initializes a new instance of the RazorViewEngine class.

System_CAPS_pubmethodRazorViewEngine(IViewPageActivator^)

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

Return to top

RazorViewEngine Constructor ()

Initializes a new instance of the RazorViewEngine class.

public:
RazorViewEngine()
Return to top

RazorViewEngine Constructor (IViewPageActivator^)

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

public:
RazorViewEngine(
	IViewPageActivator^ viewPageActivator
)

Parameters

viewPageActivator
Type: System.Web.Mvc::IViewPageActivator^

The view page activator.

Return to top
Show: