@model LOC.Core.LogEntry @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

LogEntry
Date
@String.Format("{0:g}", Model.Date)
Category
@Model.Category
Message
@Model.Message
@using (Html.BeginForm()) {

| @Html.ActionLink("Back to List", "Index")

}