Show / Hide Table of Contents

Enum AbpNavbarStyle

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Nav
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.dll
Syntax
public enum AbpNavbarStyle

Fields

Name Description
Dark
Dark_Danger
Dark_Dark
Dark_Info
Dark_Light
Dark_Link
Dark_Primary
Dark_Secondary
Dark_Success
Dark_Warning
Default
Light
Light_Danger
Light_Dark
Light_Info
Light_Light
Light_Link
Light_Primary
Light_Secondary
Light_Success
Light_Warning

Extension Methods

AbpObjectExtensions.If<AbpNavbarStyle>(AbpNavbarStyle, bool, Action<AbpNavbarStyle>)
AbpObjectExtensions.If<AbpNavbarStyle>(AbpNavbarStyle, bool, Func<AbpNavbarStyle, AbpNavbarStyle>)
AbpObjectExtensions.IsIn<AbpNavbarStyle>(AbpNavbarStyle, IEnumerable<AbpNavbarStyle>)
AbpObjectExtensions.IsIn<AbpNavbarStyle>(AbpNavbarStyle, params AbpNavbarStyle[])
AbpQueryableExtensions.OrderByIf<T, AbpNavbarStyle>(AbpNavbarStyle, bool, string)
AbpQueryableExtensions.PageBy<T, AbpNavbarStyle>(AbpNavbarStyle, int, int)
AbpQueryableExtensions.WhereIf<T, AbpNavbarStyle>(AbpNavbarStyle, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, AbpNavbarStyle>(AbpNavbarStyle, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, AbpNavbarStyle>(AbpNavbarStyle, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, AbpNavbarStyle>(AbpNavbarStyle, bool, int?)
In this article
Back to top Powered by ABP.IO Platform