From 6b3a4fe6d5bb2c8d917ae56e4e8a8fc3a20c2641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Sat, 19 Sep 2020 20:54:25 +0300 Subject: [PATCH] Update Part-9.md --- docs/en/Tutorials/Part-9.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/Tutorials/Part-9.md b/docs/en/Tutorials/Part-9.md index fd16707aad..240776913b 100644 --- a/docs/en/Tutorials/Part-9.md +++ b/docs/en/Tutorials/Part-9.md @@ -36,11 +36,11 @@ This tutorial has multiple versions based on your **UI** and **Database** prefer ## Introduction -This part explains how to create a CRUD page for the `Author` entity introduced in previous parts. +This part explains how to create a CRUD page for the `Author` entity introduced in the previous parts. {{if UI == "MVC"}} -## The Book List Page +## The Authors List Page Create a new razor page, `Index.cshtml` under the `Pages/Authors` folder of the `Acme.BookStore.Web` project and change the content as given below. @@ -832,6 +832,10 @@ That's all! This is a fully working CRUD page, you can create, edit and delete a {{end}} +{{if UI == "Blazor"}} + +{{end}} + ## The Next Part See the [next part](Part-10.md) of this tutorial. \ No newline at end of file