Value Proposition of YPN

Aug 31, 2023    53 mins

Value Proposition of YPN

Aug 31, 2023, 17:26 PM
Title : Value Proposition of YPN
External URL : https://youtu.be/CW30lMloTnw?si=TqwxPGgKeEuytf1p
Duration : 53 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); }