@model Dictionary @{ ViewData["Title"] = "WebStatus Configuration"; }

Configuration Values

@foreach (var item in Model) { }
@item.Key @item.Value