You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor/Converter/JsonEnumConverter.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,17 @@
9
9
namespaceBootstrapBlazor.Components;
10
10
11
11
/// <summary>
12
-
/// JsonEnumConverter 枚举转换器
12
+
/// JsonEnumConverter is an enum converter that allows customization of enum serialization.
13
13
/// </summary>
14
14
/// <param name="camelCase">Optional naming policy for writing enum values.</param>
15
15
/// <param name="allowIntegerValues">True to allow undefined enum values. When true, if an enum value isn't defined it will output as a number rather than a string.</param>
0 commit comments