Class BreadCrumbItem
Inherited Members
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Layout
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class BreadCrumbItem
Constructors
BreadCrumbItem(string, string?, string?)
Declaration
public BreadCrumbItem(string text, string? url = null, string? icon = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | |
| string | url | |
| string | icon |
Properties
Icon
Declaration
public string? Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Url
Declaration
public string? Url { get; set; }
Property Value
| Type | Description |
|---|---|
| string |