The partial here in a dummy app I made is summoned into the main view like so:
@model List<Airport.Core.Objects.City> <p>We are proud to offer flights to the following U.S. cities:</p> @Html.Partial("GridViewPartialView", Model)
No comments:
Post a Comment