Whenever I click any nav link in Core MVC application the whole layout gets reloaded. This resets the active nav link. Is there any way to load only the @RenderBody() section without reloading the whole page.
I've already been through this answer but I have far too many views to make use of it. Is there any new way to do it in Core MVC. Any help is greatly appreciated, thanks