Thanks
Hi,
sorry, my mistake - I didn't notice that is MVC sample page. I wrote it into search engine and copy-paste the example.
Instead of that should I use blazorise components? (for example: https://blazorise.com/docs/components/tab)
Thanks
Yes, it is
Hello,
I uploaded sample project - Book Store. Go to Administration -> Settings -> Book Store Settings should display tabs.
Thank you in advance
Marian
Hi,
yes, I have (here is the content):
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers @addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI @addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bootstrap @addTagHelper *, Volo.Abp.AspNetCore.Mvc.UI.Bundling @addTagHelper *, Volo.Abp.AspNetCore.Components.Server.LeptonXTheme
Hello,
I wanted to separate settings options into more table (for example: https://demo.abp.io/setting-management). But when I used a sample from your web site https://abp.io/docs/latest/framework/ui/mvc-razor-pages/tag-helpers/tabs the component is not rendered. I think it should be rendered as 'ul' and 'li' tags. I suppose that I miss something but I do not know what is missing. Could you help me please?