@{ ViewData["Title"] = "Welcome"; }

AutoRouter Login



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

Warning! @TempData["Error"]
} }