我正在进行在线考试我在这个结束测试按钮上生成学生成绩点击
<button type="submit" Value="Create" class="testBtns" style="float:right;"onclick="location.href='@Url.Action("StudentResult", "Student", new { TestId = ViewBag.TestId, style = "color:white" })'" >End Test </button>
我只想提交相同的最后一个答案按钮并生成结果以及如何使用单个提交按钮重定向到控制器上的特定方法并在数据库中提交表单值