@model LOC.Core.Model.PvpServer.Skill @{ ViewBag.Title = "Delete"; }

Delete

Are you sure you want to delete this?

Skill
Name
@Html.DisplayFor(model => model.Name)
Level
@Html.DisplayFor(model => model.Level)
@using (Html.BeginForm()) {

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

}