HttpWorkerRequest.GetAppPathTranslated メソッド

定義

現在実行しているサーバー アプリケーションへの物理パスを返します。

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

返品

現在のアプリケーションの物理パス。

適用対象