@model Cicm.Database.Models.InstructionSetExtensionsByProcessor @{ ViewData["Title"] = "Delete"; }

Delete

Are you sure you want to delete this?

Instruction set extensions by processor


@Html.DisplayNameFor(model => model.Extension)
@Html.DisplayFor(model => model.Extension.Extension)
@Html.DisplayNameFor(model => model.Processor)
@Html.DisplayFor(model => model.Processor.Name)
Back to List