mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 02:44:52 +08:00
6 lines
277 B
Plaintext
6 lines
277 B
Plaintext
<h1>@Html.TitleForPage(T("Edit Blog Post").ToString())</h1>
|
|
@using (Html.BeginFormAntiForgeryPost()) {
|
|
@Html.ValidationSummary()
|
|
// Model is a Shape, calling Display() so that it is rendered using the most specific template for its Shape type
|
|
@Display(Model)
|
|
} |