Webiant Logo Webiant Logo
  1. No results found.

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

PageNotFound.cshtml

@{
    Layout = "_ColumnsOne";

    //title
    NopHtml.AddTitleParts(T("PageTitle.PageNotFound").Text);
    //page class
    NopHtml.AppendPageCssClassParts("html-not-found-page");
}

@T("PageTitle.PageNotFound")

@await Component.InvokeAsync(typeof(TopicBlockViewComponent), new { systemName = "PageNotFound" })