WebRazorHostFactory.CreateHost(String, String) Method

Definition

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.

Applies to