ResponseCompressionOptions.MimeTypes Property

Definition

Response Content-Type MIME types to compress.

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

Property Value

Applies to