WebRazorHostFactory.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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Creates a Razor host.
public virtual System.Web.WebPages.Razor.WebPageRazorHost CreateHost (string virtualPath, string physicalPath);
abstract member CreateHost : string * string -> System.Web.WebPages.Razor.WebPageRazorHost
override this.CreateHost : string * string -> System.Web.WebPages.Razor.WebPageRazorHost
Public Overridable 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.