WebConfigurationMap.RootWebConfigurationPath 属性

定义

获取根Web.config文件的文件系统路径。

public:
 property System::String ^ RootWebConfigurationPath { System::String ^ get(); };
public string RootWebConfigurationPath { get; }
member this.RootWebConfigurationPath : string
Public ReadOnly Property RootWebConfigurationPath As String

属性值

根Web.config文件的文件系统路径; null 如果未在构造函数的 参数中 rootWebConfigurationPath 提供值,则 WebConfigurationMap(String, String) 为 。

适用于