HttpCacheVaryByContentEncodings.Item[String] Property
Definition
Gets or sets a value that indicates whether the cache varies according to the specified content encoding.
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
Parameters
- contentEncoding
- String
The name of the content encoding.
Property Value
true
if the cache should vary by the specified content encoding; otherwise, false
.
Exceptions
The content encoding is null
.