using System; using System.Collections.Generic; using System.Text; namespace Apewer.Web { /// 输出前的检查。 /// True: 继续执行输出。False: 终止输出。 public delegate bool ApiPreOutput(ApiContext context); }