AJH.CMS.WEB.UI.Admin.CMSLogin.PageTitle C# (CSharp) 메소드

PageTitle() 보호된 메소드

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