C# 클래스 BootstrapExtensions.Base.HtmlListBuilder

파일 보기 프로젝트 열기: jordanwallwork/bootstrapextensions

공개 메소드들

메소드 설명
Divider ( ) : void

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

HtmlListBuilder ( HtmlList list ) : BootstrapExtensions.Common
Item ( string text ) : void
Link ( string text, string url, object htmlAttributes, string identifier = null ) : HtmlListItem
Link ( string text, string url, string identifier = null ) : HtmlListItem

메소드 상세

Divider() 공개 메소드

Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action.
The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty.
public Divider ( ) : void
리턴 void

HtmlListBuilder() 공개 메소드

public HtmlListBuilder ( HtmlList list ) : BootstrapExtensions.Common
list HtmlList
리턴 BootstrapExtensions.Common

Item() 공개 메소드

public Item ( string text ) : void
text string
리턴 void

Link() 공개 메소드

public Link ( string text, string url, object htmlAttributes, string identifier = null ) : HtmlListItem
text string
url string
htmlAttributes object
identifier string
리턴 HtmlListItem

Link() 공개 메소드

public Link ( string text, string url, string identifier = null ) : HtmlListItem
text string
url string
identifier string
리턴 HtmlListItem