@model VirtualTask.Models.CodiceSegnalazione @{ ViewData["Title"] = "Elimina codice segnalazione"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; }
@Html.DisplayNameFor(model => model.cscodice)   @Html.DisplayFor(model => model.cscodice)
@Html.DisplayNameFor(model => model.csdescr)   @Html.DisplayFor(model => model.csdescr)
@Html.HiddenFor(model => model.csferimp)   @Html.HiddenFor(model => model.csferimp)
@Html.HiddenFor(model => model.cscodazi)   @Html.HiddenFor(model => model.cscodazi)
@Html.HiddenFor(model => model.cstipseg)   @Html.HiddenFor(model => model.cstipseg)
@Html.HiddenFor(x => x.DataObso)
 
model.cscodice) name="id" /> Torna alla lista
@* @model VirtualTask.Models.CodiceSegnalazione *@ @* @{ *@ @* ViewData["Title"] = "Delete"; *@ @* } *@ @*

Delete

*@ @*

Are you sure you want to delete this?

*@ @*
*@ @*

CodiceSegnalazione

*@ @*
*@ @*
*@ @*
*@ @* @Html.DisplayNameFor(model => model.cscodice) *@ @*
*@ @*
*@ @* @Html.DisplayFor(model => model.cscodice) *@ @*
*@ @*
*@ @* @Html.DisplayNameFor(model => model.csdescr) *@ @*
*@ @*
*@ @* @Html.DisplayFor(model => model.csdescr) *@ @*
*@ @*
*@ @* @Html.DisplayNameFor(model => model.csferimp) *@ @*
*@ @*
*@ @* @Html.DisplayFor(model => model.csferimp) *@ @*
*@ @*
*@ @* @Html.DisplayNameFor(model => model.cscodazi) *@ @*
*@ @*
*@ @* @Html.DisplayFor(model => model.cscodazi) *@ @*
*@ @*
*@ @* @Html.DisplayNameFor(model => model.cstipseg) *@ @*
*@ @*
*@ @* @Html.DisplayFor(model => model.cstipseg) *@ @*
*@ @*
*@ @* @Html.DisplayNameFor(model => model.DataObso) *@ @*
*@ @*
*@ @* @Html.DisplayFor(model => model.DataObso) *@ @*
*@ @*
*@ @*
*@ @* | *@ @* Back to List *@ @*
*@ @*
*@