System.Web.Configuration.PagesSection.Namespaces Property

Gets a collection of System.Web.Configuration.NamespaceInfo objects.

Syntax

[System.Configuration.ConfigurationProperty("namespaces")]
public NamespaceCollection Namespaces { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Configuration.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.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0