SimpleWorkerRequest.GetAppPath 方法
定义
返回当前正在执行的服务器应用程序的虚拟路径。Returns the virtual path to the currently executing server application.
public:
override System::String ^ GetAppPath();
public override string GetAppPath ();
override this.GetAppPath : unit -> string
Public Overrides Function GetAppPath () As String
返回
当前应用程序的虚拟路径。The virtual path of the current application.