WebPageRazorHost Constructor (String, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the WebPageRazorHost class with the specified virtual and physical file path.

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

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

Parameters

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