次の方法で共有


HttpRuntime.AppDomainAppVirtualPath プロパティ

現在のアプリケーション ドメインで管理される、アプリケーションを格納するディレクトリの仮想パスを取得します。

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;

プロパティ値

現在のアプリケーション ドメインで管理される、アプリケーションを格納するディレクトリの仮想パス。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

参照

HttpRuntime クラス | HttpRuntime メンバ | System.Web 名前空間