Skip to content

Commit e6aa069

Browse files
Update Readme.md
1 parent 0f44b3e commit e6aa069

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Readme.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,7 @@
33
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T601084)
44
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
55
<!-- default badges end -->
6-
<!-- default file list -->
7-
*Files to look at*:
86

9-
* [HomeController.cs](./CS/NetCoreWebApplication/Controllers/HomeController.cs)
10-
* [Startup.cs](./CS/NetCoreWebApplication/Startup.cs)
11-
* [CustomDashboardFileStorage.cs](./CS/NetCoreWebApplication/Storages/CustomDashboardFileStorage.cs)
12-
* [Index.cshtml](./CS/NetCoreWebApplication/Views/Home/Index.cshtml)
13-
* [DeleteExtension.js](./CS/NetCoreWebApplication/wwwroot/js/DeleteExtension.js)
14-
* [SaveAsExtension.js](./CS/NetCoreWebApplication/wwwroot/js/SaveAsExtension.js)
15-
<!-- default file list end -->
167
# Dashboard for ASP.NET Core - How to implement Save As and Delete functionality by creating custom extensions
178

189
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):
@@ -24,6 +15,17 @@ The image below shows the result of the extensions implementation.
2415

2516
![](readme.png)
2617

18+
<!-- default file list -->
19+
## Files to look at
20+
21+
* [HomeController.cs](./CS/NetCoreWebApplication/Controllers/HomeController.cs)
22+
* [Startup.cs](./CS/NetCoreWebApplication/Startup.cs)
23+
* [CustomDashboardFileStorage.cs](./CS/NetCoreWebApplication/Storages/CustomDashboardFileStorage.cs)
24+
* [Index.cshtml](./CS/NetCoreWebApplication/Views/Home/Index.cshtml)
25+
* [DeleteExtension.js](./CS/NetCoreWebApplication/wwwroot/js/DeleteExtension.js)
26+
* [SaveAsExtension.js](./CS/NetCoreWebApplication/wwwroot/js/SaveAsExtension.js)
27+
<!-- default file list end -->
28+
2729
## Documentation
2830

2931
- [Extensions Overview](https://docs.devexpress.com/Dashboard/117543/web-dashboard/ui-elements-and-customization/extensions-overview)

0 commit comments

Comments
 (0)