Ext.NET
Ext.NET copied to clipboard
Ext partial/section equivalent to HtmlHelpers
Found: 7.2 Ext.NET Forums' thread: how to mix old views with new tag helpers?
Ext.NET 5 and before used to have Razor's ItemsFromPage() and ItemsFromSection() to implement section composing in a somewhat similar form to partial views -- but using MVC Layout pages instead.
Ext.NET 7 has the ext-section and ext-partial components to TagHelpers that play a similar role, but they don't seem to have HtmlHelpers' equivalence, thus preventing users to implement the same they could with TagHelpers using HtmlHelpers/Razor syntax.
v5 examples using the feature:
MVC examples matching ItemsFromSection
- Items > Nested_Layouts
- Items > Nested_Layouts
- Items > Nested_Layouts
- Items > Section
- Items > Section_From_Page
- MessageBus > Basic > Shared