razor - Areas' View Tag Helper Intellisense no use in Asp.Net Core VS2017 -


i using asp.net core 's areas feature in project use newest vs2017. it's fine use tag helper intellisense in normal default 'views' folder,but no intellisense in areas' view how solve issue?

just add code @ top of cshtml file:

@addtaghelper *, microsoft.aspnetcore.mvc.taghelpers 

Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -