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 3451c97 commit 7e77b63Copy full SHA for 7e77b63
Readme.md
@@ -1,3 +1,13 @@
1
+<!-- default file list -->
2
+*Files to look at*:
3
+
4
+* **[HomeController.cs](./CS/NetCoreWebApplication/Controllers/HomeController.cs)**
5
+* [Startup.cs](./CS/NetCoreWebApplication/Startup.cs)
6
+* [CustomDashboardFileStorage.cs](./CS/NetCoreWebApplication/Storages/CustomDashboardFileStorage.cs)
7
+* [Index.cshtml](./CS/NetCoreWebApplication/Views/Home/Index.cshtml)
8
+* [DeleteExtension.js](./CS/NetCoreWebApplication/wwwroot/js/DeleteExtension.js)
9
+* [SaveAsExtension.js](./CS/NetCoreWebApplication/wwwroot/js/SaveAsExtension.js)
10
+<!-- default file list end -->
11
# ASP.NET Core Dashboard - How to implement the Save As and Delete functionality by creating custom extensions
12
13
0 commit comments