WebCodeRazorHost Constructors

Definition

Overloads

WebCodeRazorHost(String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the WebCodeRazorHost class.

WebCodeRazorHost(String, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the WebCodeRazorHost class.

WebCodeRazorHost(String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the WebCodeRazorHost class.

public WebCodeRazorHost (string virtualPath);
new System.Web.WebPages.Razor.WebCodeRazorHost : string -> System.Web.WebPages.Razor.WebCodeRazorHost
Public Sub New (virtualPath As String)

Parameters

virtualPath
String

The virtual path.

Applies to

WebCodeRazorHost(String, String)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the WebCodeRazorHost class.

public WebCodeRazorHost (string virtualPath, string physicalPath);
new System.Web.WebPages.Razor.WebCodeRazorHost : string * string -> System.Web.WebPages.Razor.WebCodeRazorHost
Public Sub New (virtualPath As String, physicalPath As String)

Parameters

virtualPath
String

The virtual path.

physicalPath
String

The physical path.

Applies to