Class AlertMessage
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class AlertMessage
Constructors
AlertMessage(AlertType, string, string?, bool)
Declaration
public AlertMessage(AlertType type, string text, string? title = null, bool dismissible = true)
Parameters
Properties
Dismissible
Declaration
public bool Dismissible { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
Title
Declaration
public string? Title { get; set; }
Property Value
Type
Declaration
public AlertType Type { get; set; }
Property Value
Extension Methods