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