Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Open: Asp.Net Core MVC does not recognize the taghelper

28.06.2018 (👁2350)


 

For some reason, the asp.net MVC tags are not recognized correctly.

Therefore, the output is also compiled incorrectly. Instead of an Asp.net Core MVC Link, a simple HTML Anchor Link is created.

The cause is either in the view or the controller.

Even if you include the taghelpers in the @using area, the compiler and designer will not recognize the fields.

 

Microsoft.AspNetCore.Mvc.TagHelpers

 

 

Question, open: what is the cause

 

Correct presentation and calculation of the view

 

Misrepresentation:

Microsoft Asp.Net Core MVC simply does not recognize the same tags here.

Although in the view page exactly the same code.

 

 

Background: it is a copied Asp.Net Core 2 project. The namespace has been completely changed.