Understanding the Burnett Case: NAR's Key Insights

Dec 20, 2023

Looking for guidance on the Burnett case and what it means to you? Check out these key messages and FAQ’s prepared by National Association of REALTORS® (NAR) to stay in the know:

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