MvcWebRazorHostFactory.CreateHost Method
Creates a Razor host.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract CreateHost : virtualPath:string * physicalPath:string -> WebPageRazorHost override CreateHost : virtualPath:string * physicalPath:string -> WebPageRazorHost
Parameters
- virtualPath
- Type: System.String
The virtual path to the target file.
- physicalPath
- Type: System.String
The physical path to the target file.
Show: