Henriquee
❔ Razor MVC
Hello, how do I pass a function that is in my controller to a button?
I tried in the following way:
<a [email protected]
asp-action="QualificationEpaeDelete">
<i class="fa fa-trash"></i>
</a>
but it doesn't work, it takes me to a page with a 405 error
20 replies