-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Support creating Tag Helpers using CSHTML files #4990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
Doh, typo |
This is a very cool one, perhaps it's very handy if we support it too in the "Razor Pages", because it's kind of Razor Helpers that we know and love |
Yep, this would of course work with the pages stuff too. |
Can we use @functions instead of @Class because the block already allow us to declare properties |
It's too thin of a veneer, IMO. So for people that know tag helpers, why not just code in C#. For those that don't already know how tag helpers work, there's too much magic here. |
Wouldn't that essentially be the same functionality as a ViewComponent? |
Moving to the backlog, this is not planned for 2.0.0-preview1. |
Just an initial idea:
RepeatTagHelper.cshtml
The text was updated successfully, but these errors were encountered: