Back to product page

Pragma property


Holds directive that should be understood by the server, if relevant.

Type

A String value

Syntax

  • Basic
object.Pragma [= value]
The Pragma(object,value) syntax has these parts:
objectAn expression evaluating to an object of type HttpRequest.
valueA String value.

Remarks

Pragma property specifies directives that should be understood by servers to which they are relevant, such as proxy server. Currently only 'no-cache' value can be used in this property.

This property is just a 'shortcut' to Request.Headers("Pragma") value.

Platforms

Windows