Hello,
You can do this in Sitefinity 5.0 overriding BuildHttpHandler of PageRouteHandler and after the page set this.Page.Title = "your title";. Then you need to register the custom handler through ObjectFactory class using RegisterType from IUnityContainer.
Another option is overriding SetPageDirectives method of SitefinityPageResolver class and setting the title there.
this.AddPageDirectiveValue(pageAttribs, "Title", "my title");
Then you should register your custom class again through ObjectFactory.
Kind regards,
Ivan Dimitrov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items