HttpWorkerRequest.GetFilePathTranslated Method

Definition

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")

public:
 virtual System::String ^ GetFilePathTranslated();
public virtual string GetFilePathTranslated ();
abstract member GetFilePathTranslated : unit -> string
override this.GetFilePathTranslated : unit -> string
Public Overridable Function GetFilePathTranslated () As String

Returns

The translated physical file path to the requested URI.

Applies to