IProcessHostSupportFunctions.GetRootWebConfigFilename 方法

定义

获取 ApplicationHost.config 文件的物理路径。Gets the physical path for the ApplicationHost.config file.

此 API 支持产品基础结构,不能在代码中直接使用。

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

返回

String

ApplicationHost.config 文件的物理路径。The physical path for the ApplicationHost.config file.

适用于