C# Class BootstrapMvcHelpers.BreadcrumbHelper

Inheritance: IBootstrapComponent
Datei anzeigen Open project: JCherryhomes/BootstrapMvcHelpers Class Usage Examples

Public Methods

Method Description
BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System

Initializes a new instance of the BreadcrumbHelper class.

Render ( ) : string

Renders this instance.

Private Methods

Method Description
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.

Method Details

BreadcrumbHelper() public method

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
return System

Render() public method

Renders this instance.
public Render ( ) : string
return string