C#C
C#11mo ago
James

✅ Enums as strings on AspNetCore controller .NET 9

I have added this enum
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Locale
{
    [JsonStringEnumMemberName("ar_AE")]
    ArabicUae,


In swagger it shows as expected
image.png
Was this page helpful?