Was this helpful?
0 votes
|
ASP.NET Core introduces View Components and Tag Helpers, both of which are great additions. What I like about Tag Helpers is that their syntax is so much easier on the eyes compared to the traditional Html Helpers. However, the new View Components are not so 'eye-friendly'. My question is this: would it be possible to write a custom Tag Helper that makes both Partial Views and View Components more HTML like? So instead of
Have something like this:
This seems a little cleaner to me. |
asked | Apr 21, 2016 |
viewed | 183 times |
active | Apr 21, 2016 |