This documentation is archived and is not being maintained.
HttpRuntime.AppDomainAppVirtualPath Property
.NET Framework 1.1
Gets the virtual path of the directory that contains the application hosted in the current application domain.
[Visual Basic] Public Shared ReadOnly Property AppDomainAppVirtualPath As String [C#] public static string AppDomainAppVirtualPath {get;} [C++] public: __property static String* get_AppDomainAppVirtualPath(); [JScript] public static function get AppDomainAppVirtualPath() : String;
Property Value
The virtual path of the directory that contains the application hosted in the current application domain.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpRuntime Class | HttpRuntime Members | System.Web Namespace
Show: