MvcWebPageRazorHost Constructor (String, String)

 

Initializes a new instance of the MvcWebPageRazorHost class.

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

new : 
        virtualPath:string *
        physicalPath:string -> MvcWebPageRazorHost

Parameters

virtualPath
Type: System.String

The virtual path of the ASP.NET Razor file.

physicalPath
Type: System.String

The physical path of the ASP.NET Razor file.

Return to top
Show: