Steven Owen Nell
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/en/Tutorials/AspNetCore-Mvc/Part-II.md
|
|
|
@ -63,7 +63,7 @@ Open the `CreateModal.cshtml` file and paste the code below: |
|
|
|
|
|
|
|
````html |
|
|
|
@page |
|
|
|
@inherits Acme.BookStore.Web.Pages.BookStorePageBase |
|
|
|
@inherits Acme.BookStore.Web.Pages.BookStorePage |
|
|
|
@using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal |
|
|
|
@model Acme.BookStore.Web.Pages.Books.CreateModalModel |
|
|
|
@{ |
|
|
|
@ -207,7 +207,7 @@ Replace `EditModal.cshtml` content with the following content: |
|
|
|
|
|
|
|
````html |
|
|
|
@page |
|
|
|
@inherits Acme.BookStore.Web.Pages.BookStorePageBase |
|
|
|
@inherits Acme.BookStore.Web.Pages.BookStorePage |
|
|
|
@using Acme.BookStore.Web.Pages.Books |
|
|
|
@using Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.TagHelpers.Modal |
|
|
|
@model EditModalModel |
|
|
|
|