Class BreadCrumb
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Layout
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class BreadCrumb
Constructors
BreadCrumb()
Declaration
public BreadCrumb()
Properties
Items
Declaration
public List<BreadCrumbItem> Items { get; }
Property Value
Type | Description |
---|---|
List<BreadCrumbItem> |
ShowCurrent
Declaration
public bool ShowCurrent { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowHome
Declaration
public bool ShowHome { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
Add(string, string?, string?)
Declaration
public void Add(string text, string? url = null, string? icon = null)
Parameters
Type | Name | Description |
---|---|---|
string | text | |
string | url | |
string | icon |