Fair Housing Videos

Apr 4, 2023    23 mins

50th Anniversary of the Fair Housing Act presentation from NAR360 at the REALTORS® Legislative Meetings & Trade Expo, May 2018. 
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); }