ASP.NET MVC: Navigation not working for Html.Partial("...")

Hello

I just wanted to point out that when using ASP.NET MVC and R# it is possible to navigate to a view by holding <Ctrl> and hovering with the mouse over the string literal "IndexTab" in my view when I have this: <% Html.RenderPartial("IndexTab") %> but it is not possible to navigate when I write this instead: <%: Html.Partial("IndexTab") %>

I would be nice if this would be possible as well.

With kind regards

0
2 comments

The issue is created.
Will be fixed in next major R# release, may be included in minor bugfix release for 5.1 too.

0
Avatar
Gabriel Lozano-Moran

Thank you very much.


0

Please sign in to leave a comment.