MasterPage.AddContentTemplate(String, ITemplate) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Content 컨트롤을 ContentTemplates 사전에 추가합니다.
protected public:
void AddContentTemplate(System::String ^ templateName, System::Web::UI::ITemplate ^ template);
protected internal void AddContentTemplate (string templateName, System.Web.UI.ITemplate template);
member this.AddContentTemplate : string * System.Web.UI.ITemplate -> unit
Protected Friend Sub AddContentTemplate (templateName As String, template As ITemplate)
매개 변수
예외
이름이 같은 Content 컨트롤이 ContentTemplates 사전에 이미 있는 경우
설명
파생 마스터 페이지 클래스를 사용 하 여 사전에 컨트롤을 ContentTemplates 추가할 Content 수 있습니다는 AddContentTemplate 메서드. 파생 형식은 일반적으로 메서드를 재정의 AddContentTemplate 하지 않습니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET