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 715a373 commit 9a10160Copy full SHA for 9a10160
1 file changed
src/BootstrapBlazor/Components/Upload/CardUpload.razor.cs
@@ -1,4 +1,4 @@
1
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the Apache 2.0 License
3
// See the LICENSE file in the project root for more information.
4
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -73,7 +73,7 @@ public partial class CardUpload<TValue>
73
public RenderFragment<UploadFile>? ActionButtonTemplate { get; set; }
74
75
/// <summary>
76
- /// 获得/设置 是否显示文件尺寸,默认为true显示
+ /// 获得/设置 是否显示文件尺寸,默认为 true 显示
77
/// </summary>
78
[Parameter]
79
public bool ShowFileSize { get; set; } = true;
0 commit comments