See Also: WebControlsSection Members
The System.Web.Configuration.WebControlsSection class provides a way to programmatically access and modify the webControls section of a configuration file.
ASP.NET provides a shared location for the client script files, where they can be accessed from multiple pages and across applications. The System.Web.Configuration.WebControlsSection can read and write information from and to the related section of the configuration file according to the section property System.Configuration.SectionInformation.AllowDefinition whose value is System.Configuration.ConfigurationAllowDefinition.Everywhere.