asp.net.ph

HttpWorkerRequest.GetAppPathTranslated Method

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;

Return Value

The physical path of the current application.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note