Skip to content

Commit 7e77b63

Browse files
add file list to readme
1 parent 3451c97 commit 7e77b63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 -->
111
# ASP.NET Core Dashboard - How to implement the Save As and Delete functionality by creating custom extensions
212

313

0 commit comments

Comments
 (0)