Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Joop Stringer
1
Views
3
Comments
HttpRequestHandler.AddMetaTag() NOT generating HTTP-Equiv
Question
How to get a meta tag such as <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> generated ?
I've tried AddMetaTag, but that only gives me
<meta
name
="
Pragma
"
content
="
no-cache
"
scheme
="
"/>
Any help appreciated !
Evert van der Zalm
MVP
Joop,
Don't have checked this, but with the AddMetaTag action you can set the name and value of a meta tag.
So in you case it should be like: name: "HTTP-EQUIV" and content: "Pragma" .
I must say, i don't use the function but use the action in the preparation of the screen.
Kind regards,
Evert
J.
MVP
Joop, you need to alter the xif for the the stuff you want ;)
1 reply
01 May 2012
Show thread
Hide thread
Joop Stringer
Joost Landgraf wrote
:
Joop, you need to alter the xif for the the stuff you want ;)
Thanks Joost :-)
Find attached the updated XIF, if anybody else wants to use it ...
HTTPRequestHandler.xif
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...