获取此节的路径前缀
string Path { get; }
System.String
var dbSection = cfg.GetSection("Database"); Console.WriteLine(dbSection.Path); // 输出: Database