File
Blazority's FileControl components is built on top of Blazor's InputBase class, and support all standard behaviors for form model and validation.
It must be wrapped inside either Blazor's EditForm component or Blazority's Form component, and cannot be used in standalone mode.
Learn more at ASP.NET Core Blazor forms and validation