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 117c919 commit c155942Copy full SHA for c155942
src/KristofferStrube.Blazor.FileAPI/File.cs
@@ -4,7 +4,7 @@
4
namespace KristofferStrube.Blazor.FileAPI;
5
6
/// <summary>
7
-/// A File object is a <see cref="Blob"/> object with a <see cref="GetNameAsync"/> attribute, which is a string;
+/// A <see cref="File"/> object is a <see cref="Blob"/> object with a <see cref="GetNameAsync"/> attribute, which is a string;
8
/// it can be created within the web application via a constructor,
9
/// or is a reference to a byte sequence from a file from the underlying (OS) file system.
10
/// </summary>
0 commit comments