I'd like for the name of the site shown in the tab to be displayed on a page template as part of the page. How can I achieve this? Using a CMS control?
Use this.PageTitle = SiteContext.CurrentSite.DisplayName;
this.PageTitle = SiteContext.CurrentSite.DisplayName;
Please, sign in to be able to submit a new answer.