Class BreadCrumb
Inheritance
System.Object
BreadCrumb
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
|---|---|
| System.Collections.Generic.List<BreadCrumbItem> |
ShowCurrent
Default: true.
Declaration
public bool ShowCurrent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ShowHome
Default: true.
Declaration
public bool ShowHome { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Add(String, String, String)
Declaration
public void Add(string text, string url = null, string icon = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.String | url | |
| System.String | icon |