Class BreadcrumbItem
Inheritance
object
BreadcrumbItem
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 |