How to fix namespace problem with autogenerated Master property if MasterType is set

后端 未结 5 1125
心在旅途
心在旅途 2020-12-18 06:06

after weeks of having this issue I finally decided to ask for a solution to the following problem:

In the .aspx page you can set

<%@ MasterType          


        
5条回答
  •  被撕碎了的回忆
    2020-12-18 06:39

    I found a solution that works. I won't use the autogenerated property in the designerfile. I'll write my own wrapper property that I do implement in every contentpage.

提交回复
热议问题