WebRazorHostFactory.CreateHost Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Creates a Razor host.
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
'Declaration Public Overridable Function CreateHost ( _ virtualPath As String, _ physicalPath As String _ ) As WebPageRazorHost 'Usage Dim instance As WebRazorHostFactory Dim virtualPath As String Dim physicalPath As String Dim returnValue As WebPageRazorHost returnValue = instance.CreateHost(virtualPath, _ physicalPath)
Parameters
- virtualPath
- Type: System.String
The virtual path to the target file.
- physicalPath
- Type: System.String
The physical path to the target file.
Show: