Fair Housing Videos

Apr 4, 2023    9 mins

‘The racial segregation in every metropolitan area in this country was created by racially explicit government policy, designed to create racial boundaries.’ — Segregation expert Richard Rothstein has spent his life debunking the American myth that white and Black people live separately by choice.

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