Understanding the Difference: Fair Housing and DEI Explained

Apr 22, 2024    57 mins

TAGGED WITH:

  • Fair Housing

Understanding the Difference: Fair Housing and DEI Explained

Apr 22, 2024, 15:33 PM
Title : Understanding the Difference: Fair Housing and DEI Explained
External URL : https://youtu.be/E6gtQgQpytE
Duration : 57 mins
Categories :
  • Wednesday Webinars
Tags :
  • 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); }