Blazor scaffolder VS location change (#33481)

pull/33483/head
Luke Latham 2024-08-29 10:21:02 -04:00 committed by GitHub
parent 704569d77d
commit 138882fab6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 10 deletions

View File

@ -367,7 +367,9 @@ The components produced by the scaffolder require server-side rendering (SSR), s
Right-click on the `Components/Pages` folder and select **Add** > **New Scaffolded Item**.
With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button.
With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Blazor** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button.
*CRUD* is an acronym for Create, Read, Update, and Delete. The scaffolder produces create, edit, delete, details, and index components for the app.
Complete the **Add Razor Components using Entity Framework (CRUD)** dialog:

View File

@ -204,20 +204,13 @@ In this section, the `Movie` model is used to *scaffold* a database context and
Right-click on the `Components/Pages` folder and select **Add** > **New Scaffolded Item**:
<!-- UPDATE 9.0 Update image: In 17.12 this image will likely need to change.
The Razor Components node will be nested under a new Blazor
node in the tree view:
See: https://github.com/dotnet/AspNetCore.Docs/pull/32747#discussion_r1731616280
-->
![New Scaffolded Item](~/blazor/tutorials/movie-database-app/part-2/_static/new-scaffolded-item.png)
With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button.
With the **Add New Scaffold Item** dialog open to **Installed** > **Common** > **Blazor** > **Razor Component**, select **Razor Components using Entity Framework (CRUD)**. Select the **Add** button.
*CRUD* is an acronym for Create, Read, Update, and Delete. The scaffolder produces create, edit, delete, details, and index components for the app.
![Scaffold item](~/blazor/tutorials/movie-database-app/part-2/_static/install-common-razor-component.png)
![Scaffold item](~/blazor/tutorials/movie-database-app/part-2/_static/add-new-scaffolded-item.png)
Complete the **Add Razor Components using Entity Framework (CRUD)** dialog:

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB