11 2010 档案

页面属性传值
摘要:[AttributeUsage(AttributeTargets.Property, AllowMultiple = true, Inherited = true)]public class UserControlRenderingPropertyAttribute : Attribute{ string _key; public string Key { get { return _key; }... 阅读全文

posted @ 2010-11-06 10:42 张宏宇 阅读(316) 评论(0) 推荐(0)