System.Web Namespace HttpWorkerRequest Class
Returns the UNC-translated path to the currently executing server application.
[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetAppPathTranslated ( ) As String
[ C# ]
[ ComVisible ( false ) ]
public virtual string GetAppPathTranslated ( );
[ C++ ]
[ ComVisible ( false ) ]
public: virtual String* GetAppPathTranslated ( );
[ JScript ]
public ComVisible ( false )
function GetAppPathTranslated ( ) : String;
The physical path of the current application.
HttpWorkerRequest Members HttpRuntime Class