Class Breadcrumb
The breadcrumb.
Inherited Members
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public class Breadcrumb
Constructors
| Improve this Doc View SourceBreadcrumb(string)
Initializes a new instance of the Breadcrumb class.
Declaration
public Breadcrumb(string activePageTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| string | activePageTitle | The active page title. |
Methods
| Improve this Doc View SourceGenerate(IEnumerable<BreadcrumbNode>)
The generate.
Declaration
public string Generate(IEnumerable<BreadcrumbNode> nodes)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<BreadcrumbNode> | nodes | The nodes. |
Returns
| Type | Description |
|---|---|
| string | The string. |