Is Fair Housing In Your Blind Spot?

Aug 5, 2020    66 mins

Is Fair Housing In Your Blind Spot?

Aug 5, 2020, 12:00 PM
Title : Is Fair Housing In Your Blind Spot?
External URL : https://www.youtube.com/watch?v=hJWTgBFsiVs
Duration : 66 mins
Categories :
  • Fair Housing
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); }