Skip to content

Commit 2c80e6e

Browse files
readme
1 parent 342b2e3 commit 2c80e6e

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,9 @@
99

1010
In this example, we demonstrate how to show the number of List View items in the Navigation Control. You can add or delete items in List Views. The record count in navigation item captions will be automatically updated.
1111

12-
### WinForms
13-
14-
<img src="./media/example-win.png" width="600">
15-
16-
17-
### ASP.NET Web Forms
18-
19-
<img src="./media/example-web.png" width="600">
20-
21-
2212
### ASP.NET Core Blazor
2313

24-
<img src="./media/example-blazor.png" width="600">
14+
2515

2616

2717
## Implementation Steps
@@ -31,8 +21,8 @@ In this example, we demonstrate how to show the number of List View items in the
3121

3222
<!-- default file list -->
3323
*Files to look at*:
34-
* [RefreshNavigationController.cs](./ItemCount/Module/CS/ItemCount.Module/Controllers/RefreshNavigationController.cs)
35-
* [NavigationObjectCountController.cs](./ItemCount/Module/CS/ItemCount.Module/Controllers/NavigationObjectCountController.cs)
24+
* [RefreshNavigationController.cs](./CS/EFCore/ItemCountEF/ItemCountEF.Module/Controllers/RefreshNavigationController.cs)
25+
* [NavigationObjectCountController.cs](./CS/EFCore/ItemCountEF/ItemCountEF.Module/Controllers/NavigationObjectCountController.cs)
3626
<!-- default file list end -->
3727

3828
## See Also

0 commit comments

Comments
 (0)