Skip to content
Docs Try Aspire

KnownResourceStateStyles Fields

Class Fields 4 members
The set of well known resource states.
Error Section titled Error staticreadonly string
The error state. Useful for error messages.
public static readonly string Error
Info Section titled Info staticreadonly string
The info state. Useful for informational messages.
public static readonly string Info
Success Section titled Success staticreadonly string
The success state
public static readonly string Success
Warn Section titled Warn staticreadonly string
The warning state. Useful for showing warnings.
public static readonly string Warn