WebPageBase.DefineSection(String, SectionWriter) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
명명된 콘텐츠 섹션을 만들 콘텐츠 페이지에서 호출됩니다.
public void DefineSection (string name, System.Web.WebPages.SectionWriter action);
member this.DefineSection : string * System.Web.WebPages.SectionWriter -> unit
Public Sub DefineSection (name As String, action As SectionWriter)
매개 변수
- name
- String
만들 섹션의 이름입니다.
- action
- SectionWriter
새 섹션에서 수행할 작업 유형입니다.