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

傳回

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

適用於