@using WeApp.Authorization @model List @{ ViewBag.ActiveMenu = PermissionNames.PagesUserHelpInfo; ViewBag.Title = "系统帮助说明"; } @section css { }
@**@
@{ foreach (var h in Model) {
@Html.Raw(h.HelpTitle)
@Html.Raw(h.HelpContent)
} }
@section scripts { }