ResponseCompressionDefaults.MimeTypes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default MIME types to compress responses for.
public: static initonly System::Collections::Generic::IEnumerable<System::String ^> ^ MimeTypes;
public static readonly System.Collections.Generic.IEnumerable<string> MimeTypes;
staticval mutable MimeTypes : seq<string>
Public Shared ReadOnly MimeTypes As IEnumerable(Of String)