Skip to content
DocsTry Aspire
DocsTry

MessageIntent

Enum
📦 Aspire.Hosting v13.5.0
enum MessageIntent {
None = 0,
Success = 1,
Warning = 2,
Error = 3,
Information = 4,
Confirmation = 5,
}

Values

None0
Success1
Warning2
Error3
Information4
Confirmation5