Button binds?

I'm using a partial view to hold a menu I've created. The menu is built with the SyncFusion MVC menu and buttons. How do I handle button clicks on the controller? Do I need to "bind" the button to an controller+action some how?

Sample button code:
<%= Html.Syncfusion().Button("btnActionDetails").Type(ButtonTypes.Submit).Text("Open Details").Skin(Skins.VS2010).ContentType(ContentTypes.TextOnly)%>



Loader.
Up arrow icon