HttpWorkerRequest.GetAppPath 方法
定义
返回当前正在执行的服务器应用程序的虚拟路径。Returns the virtual path to the currently executing server application.
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
返回
当前应用程序的虚拟路径。The virtual path of the current application.