Skip to content

Commit

Permalink
#6532 Update _ViewImports of DefaultClean theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanovM committed Jan 17, 2023
1 parent bebb0e9 commit 527d49b
Showing 1 changed file with 8 additions and 2 deletions.
@@ -1,20 +1,25 @@
@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage<TModel>

@inject INopHtmlHelper NopHtml

@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@*we remove the default InputTagHelper to prevent the checkbox duplicating: https://stackoverflow.com/questions/42544961/asp-net-core-custom-input-tag-helper-rendering-duplicate-checkboxes*@
@removeTagHelper Microsoft.AspNetCore.Mvc.TagHelpers.InputTagHelper, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Nop.Web.Framework
@addTagHelper *, MiniProfiler.AspNetCore.Mvc

@inject INopHtmlHelper NopHtml

@using System.Globalization;
@using System.Text.Encodings.Web
@using Microsoft.AspNetCore.Mvc.ViewFeatures
@using Microsoft.Extensions.Primitives
@using Nop.Web.Components
@using Nop.Web.Extensions
@using Nop.Web.Framework
@using Nop.Web.Framework.Events
@using Nop.Web.Framework.Extensions
@using Nop.Web.Framework.Infrastructure
@using Nop.Web.Framework.Models
@using Nop.Web.Framework.Mvc.Routing
@using Nop.Web.Framework.Security.Captcha
@using Nop.Web.Framework.Security.Honeypot
@using Nop.Web.Framework.Themes
Expand All @@ -34,5 +39,6 @@
@using Nop.Web.Models.PrivateMessages
@using Nop.Web.Models.Profile
@using Nop.Web.Models.ShoppingCart
@using Nop.Web.Models.Sitemap
@using Nop.Web.Models.Topics
@using Nop.Web.Models.Vendors

0 comments on commit 527d49b

Please sign in to comment.