This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
ViewData["Title"] = "블로그 등록";
|
||||
}
|
||||
|
||||
<partial name="_BlogEditor" model="new TaxBaik.Web.Pages.Shared.BlogEditorModel(
|
||||
@await Html.PartialAsync("_BlogEditor", new TaxBaik.Web.Pages.Shared.BlogEditorModel(
|
||||
Model.Input.Title,
|
||||
Model.Input.Content,
|
||||
Model.Input.CategoryId,
|
||||
@@ -12,8 +12,17 @@
|
||||
Model.Input.ThumbnailUrl,
|
||||
Model.Input.SeoTitle,
|
||||
Model.Input.SeoDescription,
|
||||
false)" />
|
||||
false))
|
||||
|
||||
@section Scripts {
|
||||
<script src="~/js/admin-blog-editor.js" asp-append-version="true"></script>
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user