HttpCacheVaryByContentEncodings.Item[String] 속성

정의

캐시가 지정된 콘텐츠 인코딩에 따라 달라지는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool default[System::String ^] { bool get(System::String ^ contentEncoding); void set(System::String ^ contentEncoding, bool value); };
public bool this[string contentEncoding] { get; set; }
member this.Item(string) : bool with get, set
Default Public Property Item(contentEncoding As String) As Boolean

매개 변수

contentEncoding
String

콘텐츠 인코딩의 이름입니다.

속성 값

Boolean

캐시가 지정된 콘텐츠 인코딩에 따라 달라지면 true이고, 그렇지 않으면 false입니다.

예외

콘텐츠 인코딩이 null인 경우

적용 대상