摘要: using System; using System.ComponentModel; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; [ParseChildren(true), PersistChildren(false)] public abstract class TemplatedWebControl : CompositeControl { //TODO:自定义模板控件的核心,由继承自这个类的类充当代理去加载各中皮肤,包括html,ascx等等 private ITemplate _skin 阅读全文
posted @ 2011-01-13 23:19 雁北飞 阅读(639) 评论(1) 推荐(0) 编辑