"Accents" Fair Housing PSA

Apr 4, 2023    1 min

"Accents" is a short public service announcement about housing discrimination.

"Accents" Fair Housing PSA

Apr 4, 2023, 20:10 PM
Title : "Accents" Fair Housing PSA
External URL : https://www.youtube.com/watch?v=84k2iM30vbY
Duration : 1 min
"Accents" is a short public service announcement about housing discrimination.
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); }