@using MvcSample.Web.Models
@model User
<strong>Hello @(Model?.Name) from Partial</strong>
<a href="@Url.Action("Create", "Home")">Create Something!</a>