dpaquette / TagHelperSamples

A set of sample tag helpers for ASP.NET Core MVC
http://taghelpersamples.azurewebsites.net/
Other
376 stars 97 forks source link

NavLinkTagHelper doesn't output A inside LI #41

Closed superware closed 8 years ago

superware commented 8 years ago

In RTM, NavLinkTagHelper doesn't output A inside LI, so for:

<nav-link asp-controller="Home" asp-action="About">About</nav-link>

I'm actually getting:

<li class="active">About</li>

Any idea? thanks!

dpaquette commented 8 years ago

well that's unexpected. I will take a look

superware commented 8 years ago

hi, have you managed to reproduce?

dpaquette commented 8 years ago

Sorry, I haven't had time to look at this yet.

thoemmi commented 8 years ago

@dpaquette Have you a planned a new release including this fix?

dpaquette commented 8 years ago

Sorry, I have been busy with too many projects. I will try to get a new release out in the next few days.