mirror of https://github.com/abpframework/abp.git
3 changed files with 4 additions and 23 deletions
@ -1,18 +0,0 @@ |
|||
namespace Volo.Abp.AspNetCore.Components.WebAssembly.Theming.Layout |
|||
{ |
|||
public class BreadcrumbItem |
|||
{ |
|||
public string Text { get; set; } |
|||
|
|||
public object Icon { get; set; } |
|||
|
|||
public string Url { get; set; } |
|||
|
|||
public BreadcrumbItem(string text, string url = null, object icon = null) |
|||
{ |
|||
Text = text; |
|||
Url = url; |
|||
Icon = icon; |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue