Ronald Abellano

Ronald Abellano

  • NA
  • 161
  • 36.2k

ASP.NET MVC difference between input tag and anchor tag

Jun 29 2018 12:16 AM
I'm curious why is input does not work? and the intellisense of vs to asp tag helper is not working I've just typed them.
 
if IntelliSense is not working does it means the thing I'm typing will not work?
 
<input type="button" value="Register" class="btn btn-sm btn-primary" asp-controller="Acccount" asp-action="Register"/>
 
<a class="btn btn-sm btn-primary" asp-controller="Account" asp-action="Register">Register</a>

Answers (1)