Class Breadcrumb
Represents a breadcrumb that can be used for navigation purposes on a website.
Inheritance
System.Object
Breadcrumb
Namespace: Cuemon.AspNetCore.Mvc
Assembly: Cuemon.AspNetCore.Mvc.dll
Syntax
public class Breadcrumb
Properties
| Improve this DocActionName
Gets the name of the action that this breadcrumb represents.
Declaration
public string ActionName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the action that this breadcrumb represents. |
ControllerName
Gets the name of the controller this breadcrumb is associated with.
Declaration
public string ControllerName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the controller this breadcrumb is associated with. |
Label
Gets or sets the label of the breadcrumb.
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String | The label of the breadcrumb. |