@model Yavsc.Models.Blog @{ ViewData["Title"] = SR["Blog post edition"]; } @section header{ } @section scripts{ @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } }

@SR["Blog post edition"]

@Model.title



@ViewData["StatusMessage"]

@Html.AntiForgeryToken()
Back to List