Browse Source
Merge pull request #5726 from lwqwag/dev
Update Customization-User-Interface.md
pull/5741/head
liangshiwei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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指向新的页面模型 |
|
|
2. 像上面描述过的那样重写Razor页面,并且更改@model指向新的页面模型 |
|
|
|
|
|
|
|
|
#### 示例 |
|
|
#### 示例 |
|
|
|