C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.Section

An HTML section.
상속: System.Web.UI.WebControls.WebControl, ControlTreeDataLoader
파일 보기 프로젝트 열기: enduracode/enterprise-web-library

공개 메소드들

메소드 설명
Section ( IEnumerable contentControls, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic

Creates a section.

Section ( SectionStyle style, string heading, IEnumerable postHeadingControls, IEnumerable contentControls, bool expanded, bool disableStatePersistence ) : System.Collections.Generic

Standard library use only.

Section ( string heading, IEnumerable contentControls, SectionStyle style = SectionStyle.Normal, IEnumerable postHeadingControls = null, bool expanded = null ) : System.Collections.Generic

Creates a section.

비공개 메소드들

메소드 설명
ControlTreeDataLoader ( ) : void
getSectionClass ( string closedClass, string expandedClass ) : string

메소드 상세

Section() 공개 메소드

Creates a section.
public Section ( IEnumerable contentControls, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic
contentControls IEnumerable The section's content.
style SectionStyle The section's style.
리턴 System.Collections.Generic

Section() 공개 메소드

Standard library use only.
public Section ( SectionStyle style, string heading, IEnumerable postHeadingControls, IEnumerable contentControls, bool expanded, bool disableStatePersistence ) : System.Collections.Generic
style SectionStyle
heading string
postHeadingControls IEnumerable
contentControls IEnumerable
expanded bool
disableStatePersistence bool
리턴 System.Collections.Generic

Section() 공개 메소드

Creates a section.
public Section ( string heading, IEnumerable contentControls, SectionStyle style = SectionStyle.Normal, IEnumerable postHeadingControls = null, bool expanded = null ) : System.Collections.Generic
heading string The section's heading. Do not pass null.
contentControls IEnumerable The section's content.
style SectionStyle The section's style.
postHeadingControls IEnumerable Controls that follow the heading but are still part of the heading container.
expanded bool Set to true or false if you want users to be able to expand or close the section by clicking on the heading.
리턴 System.Collections.Generic