Show / Hide Table of Contents

Class BreadCrumb

Inheritance
System.Object
BreadCrumb
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 BreadCrumb

Constructors

BreadCrumb()

Declaration
public BreadCrumb()

Properties

Items

Declaration
public List<BreadCrumbItem> Items { get; }
Property Value
Type Description
System.Collections.Generic.List<BreadCrumbItem>

ShowCurrent

Default: true.

Declaration
public bool ShowCurrent { get; set; }
Property Value
Type Description
System.Boolean

ShowHome

Default: true.

Declaration
public bool ShowHome { get; set; }
Property Value
Type Description
System.Boolean

Methods

Add(String, String, String)

Declaration
public void Add(string text, string url = null, string icon = null)
Parameters
Type Name Description
System.String text
System.String url
System.String icon

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft