using System; using System.Collections.Generic; using System.Text; namespace Apewer.Web { /// [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] public sealed class HttpPostAttribute : Attribute { } }