예제 #1
0
        public void Load()
        {
            var service = (IConfigurationService)this.GetService(typeof(IConfigurationService));
            ConfigurationSection section = service.GetSection("system.webServer/staticContent");

            this.CanRevert = section.CanRevert();
            LoadItems();
        }