Ext.NET icon indicating copy to clipboard operation
Ext.NET copied to clipboard

Ext partial/section equivalent to HtmlHelpers

Open fabriciomurta opened this issue 4 years ago • 0 comments

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

MVC examples matching ItemsFromPage

fabriciomurta avatar Jul 14 '21 09:07 fabriciomurta