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 -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

android - Unable to generate FCM token from dynamically instantiated Firebase -