Skip to content

Instantly share code, notes, and snippets.

@CleanCoder
Created October 10, 2017 10:49
Show Gist options
  • Select an option

  • Save CleanCoder/5df83616f0924d7f8d24cd68c409efa8 to your computer and use it in GitHub Desktop.

Select an option

Save CleanCoder/5df83616f0924d7f8d24cd68c409efa8 to your computer and use it in GitHub Desktop.
// 页面定时刷新
<head>
@if (ViewBag.RefreshSeconds != null && ViewBag.RefreshSeconds > 0)
{
<meta http-equiv="refresh" content="@ViewBag.RefreshSeconds">
}
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment