Update partial-tag-helper.md (#5852)
Corrected language syntax of ProductModel from cshtml to csharp.pull/5855/head
parent
d4f6aad433
commit
4697a8ab55
|
@ -56,7 +56,7 @@ The following markup loads *_ProductPartial.cshtml*:
|
||||||
|
|
||||||
The partial view is bound to the associated page model's `Product` property:
|
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
|
## view-data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue