Update partial-tag-helper.md (#5852)

Corrected language syntax of ProductModel from cshtml to csharp.
pull/5855/head
Jaxel Rojas 2018-04-02 11:24:19 -04:00 committed by Scott Addie
parent d4f6aad433
commit 4697a8ab55
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ The following markup loads *_ProductPartial.cshtml*:
The partial view is bound to the associated page model's `Product` property:
[!code-cshtml[](samples/TagHelpersBuiltIn/Pages/Product.cshtml.cs?highlight=8)]
[!code-csharp[](samples/TagHelpersBuiltIn/Pages/Product.cshtml.cs?highlight=8)]
## view-data