C# Класс BootstrapMvcHelpers.BreadcrumbHelper

Наследование: IBootstrapComponent
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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