@page "{handler?}"
@model EveryThing.Pages.CodeTablePrePostText.AddEditModel
@{
ViewData["Title"] = "Urejanje klavzule";
Layout = "~/Pages/Layouts/_Layout.cshtml";
}
Nalog /
@if (Model.PrePostText.IdPrePostText > 0)
{
Urejanje
}
else
{
Vnos
}
@Html.AntiForgeryToken()
@section Scripts {
@{await Html.RenderPartialAsync("_ValidationScriptsPartial");}
}