HttpWorkerRequest.GetAppPathTranslated Method

Definition

Returns the physical path to the currently executing server application.

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

Returns

The physical path of the current application.

Applies to