TagPrefixCollection Constructor

Definition

Creates a new instance of the TagPrefixCollection class.

public:
 TagPrefixCollection();
public TagPrefixCollection ();
Public Sub New ()

Remarks

The TagPrefixCollection constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. The Controls property of the PagesSection class always contains an instance of the TagPrefixCollection type. Use this instance, rather than creating your own.

Applies to

See also