MathieuBurnat/onliga

Avoid code repetition with `@addTagHelper`

Opened this issue · 0 comments

To avoid the route problems, I had to use the tag helper @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers in each views.

How could I use a cleaner method to avoid this problem ?