@using WeApp.Helpers @{ string id = "env-info"; } @Html.Partial("__/_AreaBox", $"演练信息#{id}") @using (Html.BeginScripts()) { }