You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
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.
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()
andItemsFromSection()
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
andext-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
The text was updated successfully, but these errors were encountered: