C# 클래스 BootstrapMvcHelpers.DropDownHelper

The DropDownHelper class
상속: IBootstrapComponent
파일 보기 프로젝트 열기: JCherryhomes/BootstrapMvcHelpers 1 사용 예제들

공개 메소드들

메소드 설명
DropDownHelper ( HtmlHelper helper, string name, IEnumerable selectList, string optionLabel, object htmlAttributes ) : System

Gets the string representation of the menu drop down control.

Render ( ) : string

Renders this instance.

비공개 메소드들

메소드 설명
GetDropDownDivBuilder ( string name, object htmlAttributes ) : TagBuilder

Gets the drop down div builder.

GetDropDownTriggerBuilder ( string name, string optionLabel ) : TagBuilder

Gets the drop down trigger builder.

GetListItemBuilder ( MenuItem item ) : TagBuilder

Gets the list item builder.

GetTriggerCaretBuilder ( ) : TagBuilder

Gets the trigger caret builder.

GetUnorderedListBuilder ( ) : TagBuilder

Gets the unordered list builder.

메소드 상세

DropDownHelper() 공개 메소드

Gets the string representation of the menu drop down control.
public DropDownHelper ( HtmlHelper helper, string name, IEnumerable selectList, string optionLabel, object htmlAttributes ) : System
helper HtmlHelper The helper.
name string The name.
selectList IEnumerable The select list.
optionLabel string The option label.
htmlAttributes object The HTML attributes.
리턴 System

Render() 공개 메소드

Renders this instance.
public Render ( ) : string
리턴 string