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