ResponseCompressionOptions.ExcludedMimeTypes Property

Definition

Response Content-Type MIME types to not compress.

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ ExcludedMimeTypes { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> ExcludedMimeTypes { get; set; }
member this.ExcludedMimeTypes : seq<string> with get, set
Public Property ExcludedMimeTypes As IEnumerable(Of String)

Property Value

Applies to