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 9ecff37 commit 217f906Copy full SHA for 217f906
1 file changed
src/BootstrapBlazor/Components/Upload/FileListUploadBase.cs
@@ -1,12 +1,12 @@
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
5
6
namespace BootstrapBlazor.Components;
7
8
/// <summary>
9
-/// PreviewListUploadBase 基类
+/// FileListUploadBase 基类
10
/// </summary>
11
/// <typeparam name="TValue"></typeparam>
12
public class FileListUploadBase<TValue> : UploadBase<TValue>
0 commit comments