https://github.com/jongalloway/OrderAppWithRazorPages
Razor Pages example showing a complex page model
https://github.com/jongalloway/OrderAppWithRazorPages
asp-net-core razor-pages
Last synced: 6 months ago
JSON representation
Razor Pages example showing a complex page model
- Host: GitHub
- URL: https://github.com/jongalloway/OrderAppWithRazorPages
- Owner: jongalloway
- License: mit
- Created: 2017-11-07T09:00:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T20:26:53.000Z (almost 8 years ago)
- Last Synced: 2025-04-13T17:58:36.526Z (6 months ago)
- Topics: asp-net-core, razor-pages
- Language: C#
- Size: 543 KB
- Stars: 32
- Watchers: 0
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Razor Pages example showing a complex page model
Part of what makes Razor Pages powerful is that it's easy to create and evolve a complex page model. In this case, we're showing an
order status page that integrates shipping status, order details, customer information, etc.