C# 클래스 BootstrapExtensions.Base.HtmlList

상속: BootstrapExtensions.Common.HtmlContainer
파일 보기 프로젝트 열기: jordanwallwork/bootstrapextensions 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ListItems List

공개 메소드들

메소드 설명
HtmlList ( Action listBuilder, object htmlAttributes = null ) : System
Ordered ( ) : HtmlList

Uses numbers rather than bullets for list items

Unstyled ( ) : HtmlList

A list of items with no list-style or additional left padding

보호된 메소드들

메소드 설명
EndHtml ( ) : string
StartHtml ( ) : string

메소드 상세

EndHtml() 보호된 메소드

protected EndHtml ( ) : string
리턴 string

HtmlList() 공개 메소드

public HtmlList ( Action listBuilder, object htmlAttributes = null ) : System
listBuilder Action
htmlAttributes object
리턴 System

Ordered() 공개 메소드

Uses numbers rather than bullets for list items
public Ordered ( ) : HtmlList
리턴 HtmlList

StartHtml() 보호된 메소드

protected StartHtml ( ) : string
리턴 string

Unstyled() 공개 메소드

A list of items with no list-style or additional left padding
public Unstyled ( ) : HtmlList
리턴 HtmlList

프로퍼티 상세

ListItems 공개적으로 프로퍼티

public List ListItems
리턴 List