@model IEnumerable @{ ViewBag.Title = "Index"; }

List of All Countries

@Html.DisplayName("Id") @Html.DisplayName("Country Name") @Html.DisplayName("Alpha Code") @Html.DisplayName("Numaric Code") @Html.DisplayName("Dail Code") @Html.DisplayName("Active") Action
@section Scripts { @Html.Raw(TempData["msg"]) }