Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You may have noted that the master page<title /> element contained the text Untitled Page. Properties such as this can be modified from within the template file. Let’s set the<title /> element and the litHeader control to the MCMS Posting Display Name:
Plant.aspx file, and click View Code. using statement:using Microsoft.ContentManagement.Publishing;
Page_Load() method of the template file:string displayName = CmsHttpContext.Current.Posting.DisplayName; Master.Page.Title = displayName; litHeader.Text = displayName;