Tag helper in anchor tag in asp.net core is not working in visual studio 2017
for example
When I run the application, i was not able to point to the url that i requested in the anchor link ( "localhhost/home/create")
I have added the @addTaghelper directive in the _viewImports file.
In the above former is working but not the later.
Please help....