Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Ext partial/section equivalent to HtmlHelpers #1862

Open
fabriciomurta opened this issue Jul 14, 2021 · 0 comments
Open

Ext partial/section equivalent to HtmlHelpers #1862

fabriciomurta opened this issue Jul 14, 2021 · 0 comments

Comments

@fabriciomurta
Copy link
Contributor

fabriciomurta commented Jul 14, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant