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

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -