Class BreadCrumbItem
Inheritance
System.Object
BreadCrumbItem
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 BreadCrumbItem
Constructors
BreadCrumbItem(String, String, String)
Declaration
public BreadCrumbItem(string text, string url = null, string icon = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | text | |
| System.String | url | |
| System.String | icon |
Properties
Icon
Declaration
public string Icon { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |