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 - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -