Freigeben über


HttpRuntime.AppDomainAppVirtualPath-Eigenschaft

Ruft den virtuellen Pfad des Verzeichnisses ab, das die in der aktuellen Anwendungsdomäne gehostete Anwendung enthält.

Namespace: System.Web
Assembly: System.Web (in system.web.dll)

Syntax

'Declaration
Public Shared ReadOnly Property AppDomainAppVirtualPath As String
'Usage
Dim value As String

value = HttpRuntime.AppDomainAppVirtualPath
public static string AppDomainAppVirtualPath { get; }
public:
static property String^ AppDomainAppVirtualPath {
    String^ get ();
}
/** @property */
public static String get_AppDomainAppVirtualPath ()
public static function get AppDomainAppVirtualPath () : String

Eigenschaftenwert

Der virtuelle Pfad des Verzeichnisses, das die in der aktuellen Anwendungsdomäne gehostete Anwendung enthält.

Plattformen

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

HttpRuntime-Klasse
HttpRuntime-Member
System.Web-Namespace