HGO.ASPNetCore.FileManager is a free, open-source, and easy-to-use file explorer component designed specifically for ASP.Net Core 6 and above applications. It boasts a rich set of features that empower users to manage server files directly from the client-side.
HGO.ASPNetCore.FileManager is available on NuGet, making installation a breeze. You can install it using either the NuGet Package Manager Console or the .NET Core command-line interface (dotnet CLI).
Once installed, the component needs to be registered within your ASP.NET Core application's service container. The guide provides clear instructions on how to achieve this using code snippets.
Here's a basic overview of the installation process:
IFileManagerCommandsProcessor
interface into your controller class for interaction with the file manager component.Component.InvokeAsync
method.The guide also provides links to sample projects showcasing HGO.ASPNetCore.FileManager in action, including ASP.Net Core MVC and Razor Pages implementations. Additionally, video tutorials on YouTube demonstrate the installation process for these project types.
Important Note: HGO.ASPNetCore.FileManager relies on the jQuery library. Ensure you reference jQuery before using the RenderHgoFileManagerJavaScripts
method to avoid any issues.
With its comprehensive feature set and straightforward integration process, HGO.ASPNetCore.FileManager presents a compelling solution for adding robust file management capabilities to your ASP.Net Core web applications.
Hgo.ASPNetCore.FileManager on Github
Hgo.ASPNetCore.FileManager on Nuget
ASP.Net Core MVC Installation Video on YouTube
ASP.Net Core Razor Pages Installation Video on YouTube