Fix empty RP tutorial pages (#23683)
parent
95fa459eef
commit
b1779a9f51
|
@ -297,7 +297,7 @@ The next tutorial explains the files created by scaffolding.
|
|||
|
||||
::: moniker-end
|
||||
|
||||
::: moniker range=">= aspnetcore-3.0 < aspnetcore-5.0"
|
||||
::: moniker range="< aspnetcore-5.0"
|
||||
|
||||
<!-- In the next update on the CLI version, let the scaffolder do the same work the VS driven scaffolder does. That is, create the DB context, etc -->
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ By [Rick Anderson](https://twitter.com/RickAndMSFT)
|
|||
|
||||
This tutorial examines the Razor Pages created by scaffolding in the [previous tutorial](xref:tutorials/razor-pages/model).
|
||||
|
||||
::: moniker range=">= aspnetcore-3.0 < aspnetcore-6.0"
|
||||
::: moniker range="< aspnetcore-6.0"
|
||||
|
||||
## The Create, Delete, Details, and Edit pages
|
||||
|
||||
|
@ -206,7 +206,7 @@ For more information on Tag Helpers such as `<form method="post">`, see [Tag Hel
|
|||
|
||||
::: moniker-end
|
||||
|
||||
::: moniker range=">= aspnetcore-6.0"
|
||||
::: moniker range=">= aspnetcore-6.0"
|
||||
<!-- Make a copy of the current project at tutorials/razor-pages/razor-pages-start/snapshot_v6 -->
|
||||
## The Create, Delete, Details, and Edit pages
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ If you run into a problem you can't resolve, compare your code to the completed
|
|||
|
||||
::: moniker-end
|
||||
|
||||
::: moniker range=">= aspnetcore-3.0 < aspnetcore-5.0"
|
||||
::: moniker range="< aspnetcore-5.0"
|
||||
|
||||
This is the first tutorial of a series that teaches the basics of building an ASP.NET Core Razor Pages web app.
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@ The app shows the seeded data:
|
|||
|
||||
::: moniker-end
|
||||
|
||||
::: moniker range="< aspnetcore-5.0 >= aspnetcore-3.0"
|
||||
::: moniker range="< aspnetcore-5.0"
|
||||
|
||||
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/tutorials/razor-pages/razor-pages-start/sample/RazorPagesMovie30) ([how to download](xref:index#how-to-download-a-sample)).
|
||||
|
||||
|
|
Loading…
Reference in New Issue