HttpRuntime.AspClientScriptPhysicalPath Propriété
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.
Obtient le chemin d'accès au dossier pour les fichiers de script client ASP.NET.
public:
static property System::String ^ AspClientScriptPhysicalPath { System::String ^ get(); };
public static string AspClientScriptPhysicalPath { get; }
member this.AspClientScriptPhysicalPath : string
Public Shared ReadOnly Property AspClientScriptPhysicalPath As String
Valeur de propriété
Chemin d'accès au dossier pour les fichiers de script client ASP.NET.
Exceptions
ASP.NET n'est pas installé.