Further reading
- Blazor official documentation is available at: https://docs.microsoft.com/en-US/aspnet/core/blazor/webassembly-lazy-load-assemblies.
- Assemblies' lazy loading is described at: https://docs.microsoft.com/en-US/aspnet/core/blazor/webassembly-lazy-load-assemblies.
- All HTML events supported by Blazor together with their event arguments are listed at: https://docs.microsoft.com/en-US/aspnet/core/blazor/components/event-handling?#event-argument-types.
- Blazor supports the same validation attributes as ASP.NET MVC, with the exception of the
RemoteAttribute: https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation#built-in-attributes. - A description of the
InputFilecomponent, and how to use it, can be found here: https://docs.microsoft.com/en-US/aspnet/core/blazor/file-uploads. - More details on Blazor localization and globalization are available here: https://docs.microsoft.com/en-US/aspnet/core/blazor/globalization-localization...