SimpleWorkerRequest.RootWebConfigPath 属性
定义
获取根 Web.config 文件的完整物理路径。Gets the full physical path to the root Web.config file.
public:
virtual property System::String ^ RootWebConfigPath { System::String ^ get(); };
public override string RootWebConfigPath { get; }
member this.RootWebConfigPath : string
Public Overrides ReadOnly Property RootWebConfigPath As String
属性值
根 Web.config 文件的物理路径。The physical path to the root Web.config file.