Created
February 22, 2024 15:20
-
-
Save csharpfritz/af863192bf3e1e4c5ec45b6b6a3bfab2 to your computer and use it in GitHub Desktop.
Razor showing the PagerPostCollection for C# in the Cards website
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h2>Recent Lessons</h2> | |
<PagingPostCollection | |
Posts="Posts" PageSize="6" | |
@rendermode="InteractiveWebAssembly" | |
SortAscending="false" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment