必须通过内容页中的MasterTye指令,对母版页实施强类型化,即在内容页代码头的设置中增加如下指令
<%@ MasterType VirtualPath="~/Master/MenuElement.master" %>

其中VirtualPath设置母版页URL地址。

母板页定义如下属性:

ASP.Net内容页访问母版页(MasterPage)属性

   引用母板页做如下调用:

  master.LightBlueBg = "";

相关文章:

  • 2021-11-19
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
  • 2021-07-16
  • 2022-02-25
相关资源
相似解决方案