CacheControlHeaderValue.NoTransform 속성

정의

요청 지시문의 값을 no-transform 가져오거나 설정합니다.

중간 캐시 또는 프록시가 응답 페이로드를 편집하는 것을 금지합니다.

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

속성 값

설명

https://tools.ietf.org/html/rfc7234#section-5.2.1.6을 참조하세요.

적용 대상