Bearbeiten

HttpCacheVaryByContentEncodings.GetContentEncodings Method

Definition

Gets an array of values which specify the content encodings to be used for varying the cache.

public:
 cli::array <System::String ^> ^ GetContentEncodings();
public string[] GetContentEncodings ();
member this.GetContentEncodings : unit -> string[]
Public Function GetContentEncodings () As String()

Returns

String[]

An array of values which contain the content encodings for varying the cache.

Applies to