HTML Button calling a MVC Controller and Action Method
- by Aaron Salazar
I know this isn't right but for the sake of illustration I'd like to do something like this:
<%= Html.Button("Action", "Controller") %>
My goal is to make an HTML button that will call my controler's action method.
Thank you,
Aaron