Fair Housing: Doing Well by Doing Good!

Apr 4, 2024    36 mins

TAGGED WITH:

  • Fair Housing

ATTACHMENTS:

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