我正在做一个asp.net项目,在这个项目中,通过VB code.Upon成功请求调用数据库,div必须是通过JQuery留下的动画。
例如:
VB代码:
If Confirmationcode = Passcode.text Then
'Perform the animation here ... NextPage();
'Registerstartupscript doesnt work as this is not in the page_load event
Response.Redirect("
ASP.NET核心2.0
public IActionResult Processing()
{
DoWork();
return View(); // returning Processing.cshtml
// which contains page with animation
}
private async void DoWork()
{
await DoSomething();
// and here I want to redirect
// from page with animation to
// to an acti