The Real Estate/Crypto Interface

Apr 4, 2023    64 mins

The Real Estate/Crypto Interface

Apr 4, 2023, 21:33 PM
Title : The Real Estate/Crypto Interface
External URL : https://www.youtube.com/watch?v=iHJq4U_utTI
Duration : 64 mins
Categories :
  • Global
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); }