温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:母板页(MasterPage)中设置主题(附程序详解)
当前文件:
ThemeInMasterPage/MasterPage.master.cs[160B,2009-6-12 11:57:31],打开代码结构图
ThemeInMasterPage/MasterPage.master.cs[160B,2009-6-12 11:57:31],打开代码结构图1using System; 2
3
public partial class MasterPage : System.Web.UI.MasterPage 4
{ 5
protected void Page_Load(object sender, EventArgs e) 6
{ 7
8
} 9
} 10






}
}