@using WeApp.Helpers @{ string id = "help-info"; } @Html.Partial("__/_AreaBox", $"操作文档#{id}") @using (Html.BeginScripts()) { }