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

当前应用程序的虚拟路径。

适用于