Show / Hide Table of Contents

Enum AlertType

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Alerts
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public enum AlertType

Fields

Name Description
Danger
Dark
Default
Info
Light
Primary
Secondary
Success
Warning

Extension Methods

AbpObjectExtensions.IsIn<AlertType>(AlertType[])
AbpObjectExtensions.IsIn<AlertType>(IEnumerable<AlertType>)
AbpObjectExtensions.If<AlertType>(Boolean, Func<AlertType, AlertType>)
AbpObjectExtensions.If<AlertType>(Boolean, Action<AlertType>)
Back to top Powered by Volosoft