疆括仕网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
@using (Html.BeginForm("SaveRisDBConfig", "Home", FormMethod.Post)) { @Html.LabelFor(model => model.DBHost) @Html.EditorFor(model => model.DBHost) @Html.ValidationMessageFor(model => model.DBHost) } [HttpPost] public ActionResult SaveRisDBConfig(string commandName){switch (commandName){ case "保存":....case "连接测试":...default:break; }}