共用方式為


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

傳回

String

目前應用程式的虛擬路徑。

適用於