次の方法で共有


UserMapPath.GetRootWebConfigFilename メソッド

定義

Web アプリケーションのルートにある構成ファイルの物理パスを返します。

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

戻り値

Web アプリケーション ルートにある Web.config ファイルの物理パス。

実装

適用対象