Table of Contents

Class Breadcrumb

Namespace
Cuemon.AspNetCore.Mvc
Assembly
Cuemon.AspNetCore.Mvc.dll

Represents a breadcrumb that can be used for navigation purposes on a website.

public class Breadcrumb
Inheritance
Object
Breadcrumb

Properties

ActionName

Gets or sets the name of the action that this breadcrumb represents.

public string ActionName { get; set; }

Property Value

String

The name of the action that this breadcrumb represents.

ControllerName

Gets or sets the name of the controller this breadcrumb is associated with.

public string ControllerName { get; set; }

Property Value

String

The name of the controller this breadcrumb is associated with.

Label

Gets or sets the label of the breadcrumb.

public string Label { get; set; }

Property Value

String

The label of the breadcrumb.