Skip to content

Commit 0cd2d6f

Browse files
authored
Update Readme.md
1 parent adc059b commit 0cd2d6f

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

Readme.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
<!-- default badges end -->
66

77
# Dashboard for ASP.NET Core - How to implement Save As and Delete functionality by creating custom extensions
8-
<!-- run online -->
9-
**[[Run Online]](https://codecentral.devexpress.com/128576992/)**
10-
<!-- run online end -->
118

129
This example demonstrates how to add the "Save As" and "Delete" [menu items](https://docs.devexpress.com/Dashboard/117444) to the Web Dashboard's UI by implementing the corresponding [custom extensions](https://docs.devexpress.com/Dashboard/117543):
1310

@@ -18,16 +15,14 @@ The image below shows the result of the extensions implementation.
1815

1916
![](readme.png)
2017

21-
<!-- default file list -->
2218
## Files to Review
2319

24-
* [HomeController.cs](./CS/NetCoreWebApplication/Controllers/HomeController.cs)
25-
* [Startup.cs](./CS/NetCoreWebApplication/Startup.cs)
26-
* [CustomDashboardFileStorage.cs](./CS/NetCoreWebApplication/Storages/CustomDashboardFileStorage.cs)
27-
* [Index.cshtml](./CS/NetCoreWebApplication/Views/Home/Index.cshtml)
28-
* [DeleteExtension.js](./CS/NetCoreWebApplication/wwwroot/js/DeleteExtension.js)
29-
* [SaveAsExtension.js](./CS/NetCoreWebApplication/wwwroot/js/SaveAsExtension.js)
30-
<!-- default file list end -->
20+
* [HomeController.cs](./CS/AspNetCoreDashboard/Controllers/HomeController.cs)
21+
* [Program.cs](./CS/AspNetCoreDashboard/Program.cs)
22+
* [CustomDashboardFileStorage.cs](./CS/AspNetCoreDashboard/Storages/CustomDashboardFileStorage.cs)
23+
* [Index.cshtml](./CS/AspNetCoreDashboard/Pages/Index.cshtml)
24+
* [DeleteExtension.js](./CS/AspNetCoreDashboard/wwwroot/js/DeleteExtension.js)
25+
* [SaveAsExtension.js](./CS/AspNetCoreDashboard/wwwroot/js/SaveAsExtension.js)
3126

3227
## Documentation
3328

0 commit comments

Comments
 (0)