Click or drag to resize
UserControlCollection Class
This expression variable provides access to ASP.NET user controls (ASCX files).
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Core.UserControlsUserControlCollection

Namespace: Colygon.MatchPoint.Core.UserControls
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public sealed class UserControlCollection : IKnownNames

The UserControlCollection type exposes the following members.

Constructors
  NameDescription
Public methodUserControlCollection
Initializes a new instance of the UserControlCollection class
Top
Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
User controls can be provided in two ways:
  • The user control is deployed to the 15 hive (\TEMPLATE\LAYOUTS) and registered within the MatchPoint configuration file using the SolutionPaths property.
  • The user control is specified within a UserControlConfiguration. In this case, the configuration file name determines the namespace for the user control.
See Also