Tour the app
Tour the app
Note the HTTP URL displayed in the terminal output, e.g.
https://localhost:7192
.Open the app in your browser by browsing to the HTTPS URL.
Navigate to the Privacy page by clicking on the link in the navigation bar at the top of the page. Notice that the URL ends with Privacy.
By convention, Razor Pages apps map page routes to the files within the
Pages
directory structure.
In the terminal window, stop the application by pressing the Ctrl+C key combination (Command+C on Mac).
You've verified you can successfully compile, run, and deploy the project. Let's modify it so the user can display and update a list of pizzas.
Last updated