System.Web Namespace HttpRuntime Class
Gets the virtual path of the directory that contains the application hosted in the current application domain.
[ VB ]
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;
The virtual path of the directory that contains the application hosted in the current application domain.
HttpRuntime Members