@model string @{ ViewBag.Title = ""; Layout = "~/Views/Shared/_LayoutMini.cshtml"; } @section CSS{ } @section JS{ } @if (ViewBag.showStatus) { 执行中... }