HttpCachePolicy.GetNoTransforms Method

Definition

Gets the status of the HTTP No-Transform Directive.

public:
 bool GetNoTransforms();
public bool GetNoTransforms ();
member this.GetNoTransforms : unit -> bool
Public Function GetNoTransforms () As Boolean

Returns

true if the HTTP No-Transform Directive is set; otherwise, false.

Remarks

Enables the sending of the Cache-Control HTTP header.

Applies to