19
Views
4
Comments
Dynamically set the title of a page
Question
Here is an extension to dynamically set the title of a web screen.
To use it just publish it using OutSystems Integration Studio, add a reference to it, and then call the SetPageTitle action in the preparation of the screen.

Cheers,
Tiago Simoes
PageTitle.xif
2017-09-03 22-46-24
André Madeira
Staff
I haven't opened the extension yet…but could that be a way to insert meta tags on the page?…since you are messing with the head section.
2011-08-23 22-04-05
Tiago Simões
Staff
Hi Andre,

With the upcoming support .NET 2.0 in OutSystems Platform 4.1 what you are mentioning should be possible. Unfortunately .NET 1.1 does not allow you to change these settings programatically.
This extension only works in .NET for now but it shouldn't be very hard to port the code to Java.
Cheers,
Tiago Simões
2020-09-14 17-53-31
Gonçalo Gaiolas
For the sake of findability, here follows a link to a post with a possible answer -> https://www.outsystems.com/NetworkForums/ViewTopic.aspx?TopicId=3022
2019-07-08 11-04-35
Leonardo Fernandes
 
MVP
Setting the title of the page can now be done with the HttpRequestHandler extension, which is available in the solutions page: https://www.outsystems.com/NetworkSolutions/ProjectDetail.aspx?ProjectId=63

Adding meta tags as André Madeira suggested, is also a supported feature in this extension. Check it out!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.