Skip to content

Instantly share code, notes, and snippets.

@uzumaki-narut0
Created January 12, 2020 11:54
Show Gist options
  • Save uzumaki-narut0/6bffb42dacfd98933c1e01e25f3ae64b to your computer and use it in GitHub Desktop.
Save uzumaki-narut0/6bffb42dacfd98933c1e01e25f3ae64b to your computer and use it in GitHub Desktop.
public ActionResult Index()
{
PartialView("/Views/Shared/_HeadPart.cshtml").ExecuteResult(ControllerContext);
Response.Flush();
Thread.Sleep(200);
return PartialView("/Views/Home/Index.cshtml");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment