@model EFB.Models.ChartModel; @{ ViewData["Title"] = "Welcome"; }
@{ if (TempData["Error"] != null) {//If an error has been flagged, information will be displayed to the user

Warning! @TempData["Error"]
} }

Charts for: @Model.ICAO

Chart Lookup



@{ if (TempData["Error"] != null) {//If an error has been flagged, information will be displayed to the user

Warning! @TempData["Error"]
} }