Steve Murray Webinar

Mar 25, 2022    23 mins

Steve Murray Webinar

Mar 25, 2022, 14:55 PM
Title : Steve Murray Webinar
External URL : https://youtu.be/Bxt34ikXikw
Duration : 23 mins
    Categories :
    • Wednesday Webinars
    Tags :
    protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }