Blazor File Manager
//[doc-params]
{
"UI": ["Blazor", "BlazorServer"]
}
The Blazor File Manager is a powerful tool for managing files and folders, and it can be easily integrated into your Blazor applications. This article explains the installation and usage of the Blazor File Manager.
Installation
Installing the Blazor File Manager involves a few simple steps.
Install the
Dignite.FileExplorer.Blazor
NuGet package in your Blazor project.Add
FileExplorerBlazorModule
to the[DependsOn(...)]
property list in your module class.
Example
If you want to try out the Blazor File Manager quickly, you can download the sample code from GitHub and follow the instructions to run it. This sample will help you quickly understand how to integrate and use the File Manager in your Blazor application.