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
Post a Comment