See Also: NamespaceCollection Members
The System.Web.Configuration.NamespaceCollection contains System.Web.Configuration.NamespaceInfo objects. Each System.Web.Configuration.NamespaceInfo object is the same as an Import (<%@ Import %>) directive that applies to all pages and controls in the scope of the configuration file. The Import directive allows you to import a namespace into your ASP.NET page, making all its classes available for use on your page.