Ronald Abellano

Ronald Abellano

  • NA
  • 161
  • 36.8k

ASP.NET2.0 MVC tag helper does not work in partial views

Jun 28 2018 10:59 PM
Hi, just a note I "started on empty project".
 
The intellesense does not work when typing asp and the tag does not work either in partial view I add @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers in _ViewImport.cshtml in Views folder but still it does not work.
 
The code is just simply  <button asp-controller="Account" asp-action="Register" class="btn btn-default">Register</button> but does not work.

Answers (1)