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

返回

String

Web.config 文件在 Web 应用程序根的物理路径。

实现

适用于