我正在尝试在 asp.net mvc core 3.0 中从服务器端打开引导模式,但无法打开出现错误
ViewBag.RegisterStartupScript(this, this.GetType(), "$('#modalRegisterForm').modal('show')", true);
我正在尝试在 asp.net mvc core 3.0 中从服务器端打开引导模式,但无法打开出现错误
ViewBag.RegisterStartupScript(this, this.GetType(), "$('#modalRegisterForm').modal('show')", true);