@model DiscImageChef.CommonTypes.Metadata.ScsiPage @{ Layout = null; } Delete

Are you sure you want to delete this?

ScsiPage


@Html.DisplayNameFor(model => model.page)
@Html.DisplayFor(model => model.page)
@Html.DisplayNameFor(model => model.subpage)
@Html.DisplayFor(model => model.subpage)
@Html.DisplayNameFor(model => model.value)
@Html.DisplayFor(model => model.value)
| Back to List