Changes to the New York Property Condition Disclosure Act

Changes to the New York Property Condition Disclosure Act

Mar 15, 2024, 13:48 PM
Title : Changes to the New York Property Condition Disclosure Act
External URL : https://youtu.be/R4XVF5iVSGE
Duration : 58 mins
Categories :
  • Wednesday Webinars
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); }