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 !
2025-11-03 12-56-18
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
2016-04-21 20-09-55
J.
 
MVP
Joop, you need to alter the xif for the the stuff you want ;)
2011-06-15 10-51-22
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 GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.