How to pass pageTitle to master template usercontrol
I know how to pass the pageTitle to a macro placed in my master template. However, I was trying to avoid the overhead of the macro and just run the usercontrol directly. How can I pass the pageTitle to my usercontrol?
How to pass pageTitle to master template usercontrol
I know how to pass the pageTitle to a macro placed in my master template. However, I was trying to avoid the overhead of the macro and just run the usercontrol directly. How can I pass the pageTitle to my usercontrol?
<SBAuc:displayBannerAds ID="displayBannerAds" runat="server" bannerAdType="standard" umbraco_PageTitle="[#pageTitle]" />
is working on a reply...