Partager via


WebCodeRazorHost Constructeurs

Définition

Surcharges

WebCodeRazorHost(String)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la WebCodeRazorHost classe.

WebCodeRazorHost(String, String)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la WebCodeRazorHost classe.

WebCodeRazorHost(String)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la WebCodeRazorHost classe.

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

Paramètres

virtualPath
String

Chemin d'accès virtuel.

S’applique à

WebCodeRazorHost(String, String)

Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Initialise une nouvelle instance de la WebCodeRazorHost classe.

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)

Paramètres

virtualPath
String

Chemin d'accès virtuel.

physicalPath
String

Chemin d’accès physique.

S’applique à