Merge pull request #27417 from replaysMike/patch-1

Update add-user-data.md fixes highlighting
pull/27419/head
Rick Anderson 2022-10-27 14:31:42 -10:00 committed by GitHub
commit 9cdfb31f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Update the `Areas/Identity/Pages/Account/Manage/Index.cshtml` with the following
Update the `InputModel` in `Areas/Identity/Pages/Account/Register.cshtml.cs` with the following highlighted code:
[!code-csharp[](add-user-data/samples/6.x/SampleApp/Areas/Identity/Pages/Account/Register.cshtml.cs?name=snippet&highlight=39-47)]
[!code-csharp[](add-user-data/samples/6.x/SampleApp/Areas/Identity/Pages/Account/Register.cshtml.cs?name=snippet&highlight=39-47,81-82)]
Update the `Areas/Identity/Pages/Account/Register.cshtml` with the following highlighted markup: