@model EFB.Models.NavdataModel @{ ViewData["Title"] = "Welcome"; }

Navdata Lookup



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

Warning! @TempData["Error"]
} }
@{ if(Model != null){

@Model.Name (@Model.Type) [@Model.Id]


Latitude

@Model.Latitude

Longitude

@Model.Longitude @{ if(Model.Frequency != null){

Frequency

@Model.Frequency } }
} }