Class Breadcrumbs
Breadcrumbs configuration of the page.
public sealed class Breadcrumbs
- Inheritance
-
objectBreadcrumbs
- Extension Methods
Properties
IsSignificant
Indicates significant breadcrumb item.
public bool IsSignificant { get; set; }
Property Value
- bool
Label
Label of the item used in the breadcrumbs.
public string Label { get; set; }
Property Value
- string
Show
Indicates if item should be visible in the breadcrumbs.
public bool Show { get; set; }
Property Value
- bool
StatusComponent
Status component shown in breadcrumbs.
public IBreadcrumbsStatusComponent StatusComponent { get; set; }
Property Value
Remarks
The status is shared for all child pages until next page with breadcrumbs with IsSignificant flag.