C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.NamingPlaceholder

A placeholder control that is a naming container.
상속: System.Web.UI.Control, INamingContainer, ControlTreeDataLoader
파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

공개 메소드들

메소드 설명
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