Class BreadcrumbNode
The breadcrumb item.
Inherited Members
Namespace: Code.Library
Assembly: Code.Library.dll
Syntax
public class BreadcrumbNode
Constructors
| Improve this Doc View SourceBreadcrumbNode(string, string)
Initializes a new instance of the BreadcrumbNode class.
Declaration
public BreadcrumbNode(string title, string url)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | The title. |
| string | url | The url. |
Properties
| Improve this Doc View SourceTitle
Gets or sets the title.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
URL
Gets or sets the url.
Declaration
public string URL { get; set; }
Property Value
| Type | Description |
|---|---|
| string |