HttpWorkerRequest.GetAppPath メソッド

定義

現在実行しているサーバー アプリケーションへの仮想パスを返します。

public:
 virtual System::String ^ GetAppPath();
public virtual string GetAppPath ();
abstract member GetAppPath : unit -> string
override this.GetAppPath : unit -> string
Public Overridable Function GetAppPath () As String

戻り値

現在のアプリケーションの仮想パス。

適用対象