Browse Source

Merge pull request #5726 from lwqwag/dev

Update Customization-User-Interface.md
pull/5741/head
liangshiwei 6 years ago
committed by GitHub
parent
commit
67eeb9d344
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md

2
docs/zh-Hans/UI/AspNetCore/Customization-User-Interface.md

@ -70,7 +70,7 @@ namespace Acme.BookStore.Web.Pages.Identity.Users
在这种情况下;
1. 像上面描述过的那重写C#页面模型类,但不需要替换已存在的页面模型类.
1. 像上面描述过的那重写C#页面模型类,但不需要替换已存在的页面模型类.
2. 像上面描述过的那样重写Razor页面,并且更改@model指向新的页面模型
#### 示例

Loading…
Cancel
Save