@using System.Text.RegularExpressions @using wispro.sp.web.Components @page "/Home" @attribute [Authorize] 首页
上午好,@(_CurrentUser.Name). 祝您一天愉快!
合伙人 | 深圳威世博代理事务所 | 工作地:深圳
@context.User.Name   @foreach (var str in Regex.Split(context.Template, @"@\{([^{}]*)\}")) { if (str == "group") { @context.Group.Name } else if (str == "project") { @context.Project.Name } else { @str} }