This documentation is archived and is not being maintained.
HttpWorkerRequest.GetAppPath Method
.NET Framework 1.1
Returns the virtual path to the currently executing server application.
[Visual Basic] Public Overridable Function GetAppPath() As String [C#] public virtual string GetAppPath(); [C++] public: virtual String* GetAppPath(); [JScript] public function GetAppPath() : String;
Return Value
The virtual path of the current application.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
HttpWorkerRequest Class | HttpWorkerRequest Members | System.Web Namespace
Show: