aspnetcore/samples/MvcSample.Web/Views/Shared/HelloWorldPartial.cshtml

4 lines
91 B
Plaintext

@using MvcSample.Web.Models
@model User
<strong>Hello @Model.Name from Partial</strong>