다음을 통해 공유


MasterPage.ContentPlaceHolders 속성

정의

마스터 페이지에서 다른 콘텐츠 영역을 정의하는 데 사용하는 ContentPlaceHolder 컨트롤 목록을 가져옵니다.

protected public:
 property System::Collections::IList ^ ContentPlaceHolders { System::Collections::IList ^ get(); };
[System.ComponentModel.Browsable(false)]
protected internal System.Collections.IList ContentPlaceHolders { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ContentPlaceHolders : System.Collections.IList
Protected Friend ReadOnly Property ContentPlaceHolders As IList

속성 값

IList

마스터 페이지에서 콘텐츠 페이지에 있는 IList 컨트롤의 자리 표시자로 사용하는 ContentPlaceHolder 컨트롤의 Content입니다.

특성

설명

파생 된 마스터 페이지 클래스는 ContentPlaceHolders 속성에 액세스 하 여 마스터에 포함 된 현재 컨트롤을 나열 합니다 ContentPlaceHolder . 파생 된 형식은 일반적으로 속성을 재정의 하지 않습니다 ContentPlaceHolders .

적용 대상