C# Class BootstrapMvcHelpers.BreadcrumbHelper

Inheritance: IBootstrapComponent
Afficher le fichier Open project: JCherryhomes/BootstrapMvcHelpers Class Usage Examples

Méthodes publiques

Méthode Description
BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System

Initializes a new instance of the BreadcrumbHelper class.

Render ( ) : string

Renders this instance.

Private Methods

Méthode 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 méthode

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
Résultat System

Render() public méthode

Renders this instance.
public Render ( ) : string
Résultat string