HttpRuntime.AspClientScriptPhysicalPath Propiedad

Definición

Obtiene la ruta de acceso de la carpeta para los archivos de script de cliente 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

Valor de propiedad

String

Ruta de acceso de la carpeta para los archivos de script de cliente ASP.NET.

Excepciones

ASP.NET no está instalado.

Se aplica a