Compartir a través de


CacheControlHeaderValue.NoTransform Propiedad

Definición

Obtiene o establece un valor para la directiva de no-transform solicitud.

Prohíbe que las memorias caché intermedias o los servidores proxy editen la carga de respuesta.

public:
 property bool NoTransform { bool get(); void set(bool value); };
public bool NoTransform { get; set; }
member this.NoTransform : bool with get, set
Public Property NoTransform As Boolean

Valor de propiedad

Comentarios

Vea https://tools.ietf.org/html/rfc7234#section-5.2.1.6.

Se aplica a