C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.NamingPlaceholder

A placeholder control that is a naming container.
Наследование: System.Web.UI.Control, INamingContainer, ControlTreeDataLoader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ControlTreeDataLoader ( ) : void

Описание методов

NamingPlaceholder() публичный Метод

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.
Результат System.Collections.Generic