MvcWebPageRazorHost Constructor

Initializes a new instance of the MvcWebPageRazorHost class.

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

public:
MvcWebPageRazorHost(
	String^ virtualPath, 
	String^ physicalPath
)

Parameters

virtualPath
Type: System..::..String
The virtual path.
physicalPath
Type: System..::..String
The physical path.
Show: