AJH.CMS.WEB.UI.Admin.CMSAdmin.PageTitle C# (CSharp) Method

PageTitle() protected method

protected PageTitle ( ) : string
return string
        protected string PageTitle()
        {
            this.Page.Title = CoreConfigurationManager._CoreConfigSectionHandler.CustomerElement.Name + " - " + this.Page.Title;
            return this.Page.Title;
        }
        #endregion