Méthode | Description | |
---|---|---|
BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System |
Initializes a new instance of the BreadcrumbHelper class.
|
|
Render ( ) : string |
Renders this instance.
|
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.
|
public BreadcrumbHelper ( HtmlHelper helper, IEnumerable actionLinks, object htmlAttributes ) : System | ||
helper | HtmlHelper | The html helper. |
actionLinks | IEnumerable | |
htmlAttributes | object | |
Résultat | System |