System.Web.Configuration.PagesSection.Controls Property

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

Syntax

[System.Configuration.ConfigurationProperty("controls")]
public TagPrefixCollection Controls { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Configuration.TagPrefixInfo objects correspond to the @ Register directive on an ASP.NET page. The @ Register directive allows you to specify the tag prefix for a user control.

Requirements

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