Understanding the Difference: Fair Housing and DEI Explained

Apr 22, 2024    57 mins

TAGGED WITH:

  • Fair Housing

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); }