An open API service indexing awesome lists of open source software.

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

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.

![](order-app-screenshot.png)