CacheControlHeaderValue.Public 속성

정의

응답 지시문이 포함되어 있는지 여부를 public 결정하는 값을 가져오거나 설정합니다.

응답이 캐시에 의해 저장될 수 있음을 나타냅니다.

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

속성 값

설명

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

적용 대상