Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

PostCreate.cshtml

@model EditForumPostModel
@{   
    Layout = "_ColumnsOne";

    NopHtml.AddTitleParts(T("Forum.PageTitle.PostNew").Text);
}
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BoardsPostCreateBefore, additionalData = Model })
@await Html.PartialAsync("_CreateUpdatePost", Model)
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.BoardsPostCreateAfter, additionalData = Model })