画面上有个多个按钮时,如何绑定到各自的Action上? 1.追加如下MultipleButtonAttribute类 1 using System; 2 using System.Reflection; 3 using System.Web.Mvc; 4 5 namespace DailyReportSystem.Attribute 6 { 7 [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited =…