C# Category属性使用平台: asp.net今天在Web用户控件中看到这样的代码。
[Category("自定义属性"), DisplayName("状态是否可选"), Description("当前状态是否可选"), NotifyParentProperty(true), Browsable(true)] public bool Enabled { get {...} set {...} }