C# Class EnterpriseWebLibrary.EnterpriseWebFramework.NamingPlaceholder

A placeholder control that is a naming container.
Inheritance: System.Web.UI.Control, INamingContainer, ControlTreeDataLoader
Afficher le fichier Open project: enduracode/enterprise-web-library Class Usage Examples

Méthodes publiques

Méthode Description
NamingPlaceholder ( IEnumerable childControls, IEnumerable updateRegionSets = null ) : System.Collections.Generic

Creates a naming placeholder. Add all child controls now; do not use AddControlsReturnThis at any time.

Private Methods

Méthode Description
ControlTreeDataLoader ( ) : void

Method Details

NamingPlaceholder() public méthode

Creates a naming placeholder. Add all child controls now; do not use AddControlsReturnThis at any time.
public NamingPlaceholder ( IEnumerable childControls, IEnumerable updateRegionSets = null ) : System.Collections.Generic
childControls IEnumerable
updateRegionSets IEnumerable The intermediate-post-back update-region sets that this naming placeholder will be a part of.
Résultat System.Collections.Generic