We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441532b commit cda811dCopy full SHA for cda811d
src/BootstrapBlazor/Components/Ajax/AjaxOption.cs
@@ -31,5 +31,5 @@ public class AjaxOption
31
/// 获得/设置 是否获得序列化 Json 结果 参数 默认为 true
32
/// </summary>
33
[NotNull]
34
- public bool ToJson { get; set; }
+ public bool ToJson { get; set; } = true;
35
}
0 commit comments