Pricing. Location and Condition Using RPR

Jul 6, 2023    57 mins

Pricing. Location and Condition Using RPR

Jul 6, 2023, 16:58 PM
Title : Pricing. Location and Condition Using RPR
External URL : https://youtu.be/MLPfyTDOyEU
Duration : 57 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); }