Apq.Cfg.ICfgSection.Path.md 471 B

Apq.Cfg

Apq.Cfg.ICfgSection

ICfgSection.Path Property

获取此节的路径前缀

string Path { get; }

Property Value

System.String

Example

var dbSection = cfg.GetSection("Database");
Console.WriteLine(dbSection.Path); // 输出: Database