using System; namespace Host.Attributes { /// /// 标记了此特性的方法,不需要进行登录和授权认证 /// public class NoLoginAttribute : Attribute { } }