WebCodeRazorHost Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.