MvcWebPageRazorHost(String, String) Constructor
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.
Initializes a new instance of the MvcWebPageRazorHost class.
public MvcWebPageRazorHost (string virtualPath, string physicalPath);
new System.Web.Mvc.Razor.MvcWebPageRazorHost : string * string -> System.Web.Mvc.Razor.MvcWebPageRazorHost
Public Sub New (virtualPath As String, physicalPath As String)
Parameters
- virtualPath
- String
The virtual path of the ASP.NET Razor file.
- physicalPath
- String
The physical path of the ASP.NET Razor file.