我的MVC表单上有两个按钮:
<input name="submit" type="submit" id="submit" value="Save" /> <input name="process" type="submit" id="process" value="Process" />
从我的Controller动作我怎么知道哪一个被按下了?
c# asp.net asp.net-mvc razor
asp.net ×1
asp.net-mvc ×1
c# ×1
razor ×1