MvcWebRazorHostFactory.CreateHost(String, String) Method

Definition

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.

Applies to