C# 클래스 BootstrapMvcHelpers.BreadcrumbHelper

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

공개 메소드들

메소드 설명
BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System

Initializes a new instance of the BreadcrumbHelper class.

Render ( ) : string

Renders this instance.

비공개 메소드들

메소드 설명
GetListItemBuilder ( int linkCount, int index ) : TagBuilder

Gets the list item tag builder.

GetSpanBuilder ( ) : TagBuilder

Gets the span tag builder.

GetUnorderedListBuilder ( ) : TagBuilder

Gets the unordered list tag builder.

메소드 상세

BreadcrumbHelper() 공개 메소드

Initializes a new instance of the BreadcrumbHelper class.
public BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System
helper HtmlHelper The html helper.
actionLinks IEnumerable
htmlAttributes object
리턴 System

Render() 공개 메소드

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