MvcWebRazorHostFactory.CreateHost(String, String) Method
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.
Creates a Razor host.
public override System.Web.WebPages.Razor.WebPageRazorHost CreateHost(string virtualPath, string physicalPath);
override this.CreateHost : string * string -> System.Web.WebPages.Razor.WebPageRazorHost
Public Overrides Function CreateHost (virtualPath As String, physicalPath As String) As WebPageRazorHost
Parameters
- virtualPath
- String
The virtual path to the target file.
- physicalPath
- String
The physical path to the target file.
Returns
A Razor host.