asp.net.ph

HttpWorkerRequest.GetFilePathTranslated Method

System.Web Namespace   HttpWorkerRequest Class


Returns the physical file path to the requested URI ( and translates it from virtual path to physical path: for example, "/proj1/page.aspx" to "c:\dir\page.aspx" )

[ VB ]
<ComVisible ( False ) >
Overridable Public Function GetFilePathTranslated ( ) As String

[ C# ]
 [ ComVisible ( false ) ] 
public virtual string GetFilePathTranslated ( );

[ C++ ]
 [ ComVisible ( false ) ] 
public: virtual String* GetFilePathTranslated ( );

[ JScript ]
public ComVisible ( false ) 
function GetFilePathTranslated ( ) : String;

Return Value

The translated physical file path to the requested URI.

See Also

HttpWorkerRequest Members   HttpRuntime Class Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph