@{ ViewBag.Title = "List"; Layout = null; } <h3>This is the /Views/Common/List.cshtml View</h3> @*@Html.Partial("MyPartial")*@ @Html.Partial("MyStronglyTypedPartial", new [] { "Apple", "Orange", "Pear"}) @Html.Action("TIME")