Skip to content

Instantly share code, notes, and snippets.

@csharpfritz
Created February 22, 2024 15:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save csharpfritz/af863192bf3e1e4c5ec45b6b6a3bfab2 to your computer and use it in GitHub Desktop.
Save csharpfritz/af863192bf3e1e4c5ec45b6b6a3bfab2 to your computer and use it in GitHub Desktop.
Razor showing the PagerPostCollection for C# in the Cards website
<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