NYSAR Pro. Standards: Do Not Entice

Oct 11, 2023    4 mins

NYSAR Pro. Standards: Do Not Entice

Oct 11, 2023, 15:35 PM
Title : NYSAR Pro. Standards: Do Not Entice
External URL : https://youtu.be/G6mpdwhSKgQ
Duration : 4 mins
Categories :
  • Pro Standards
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); }