-
All examples are just for Razor pages while readme states this is MVC/Razor compatible. If i include inside an MVC
then in browser I get something like that and click is not working: the counter is like in example:
and
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Hi! Have you added the tag helpers to your @addTagHelper *, Hydro
@addTagHelper *, {Your project assembly name} |
Beta Was this translation helpful? Give feedback.
-
Yes, i did, in [Views]/_ViewImports.cshtml
|
Beta Was this translation helpful? Give feedback.
-
There must be something "awesome" with my project.. |
Beta Was this translation helpful? Give feedback.
It was there indeed. Nevertheless i made the razor version work by adding its appropriate layout and import inside
Pages
. Then i cannot explain why then the MVC version started to work as well. 😂 It remains a total mystery for me what exact change made it happen.