Provides programmatic access to the pages section of the configuration file. This class cannot be inherited.
See Also: PagesSection Members
The System.Web.Configuration.PagesSection class provides a way to programmatically access and modify the content of the configuration file pages section. This configuration section supports setting certain ASP.NET page and control directives globally for all pages and controls in the scope of the configuration file. This includes the @ Page directive, the @ Import directive through the PagesSection.Namespaces collection property, and the @ Register directive through the PagesSection.Controls collection property. It also provides support for mapping tag types to other tag types at run time through the PagesSection.TagMapping collection property.
Directives specify settings used by the page and user-control compilers when they process ASP.NET Web Forms page (.aspx) and user control (.ascx) files.