PagesSection.Namespaces Property
.NET Framework (current version)
Gets a collection of NamespaceInfo objects.
Assembly: System.Web (in System.Web.dll)
[<ConfigurationPropertyAttribute("namespaces")>] member Namespaces : NamespaceCollection with get
Property Value
Type: System.Web.Configuration.NamespaceCollectionA NamespaceCollection of NamespaceInfo objects.
The TagPrefixInfo objects correspond to the @ Import directive on an ASP.NET page. The Import directive allows you to specify namespaces that are automatically imported into all the pages of an application.
.NET Framework
Available since 2.0
Available since 2.0
Show: