RequestDecompressionOptions.DecompressionProviders Property
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.
The IDecompressionProvider types to use for request decompression.
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.RequestDecompression.IDecompressionProvider> DecompressionProviders { get; }
member this.DecompressionProviders : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.RequestDecompression.IDecompressionProvider>
Public ReadOnly Property DecompressionProviders As IDictionary(Of String, IDecompressionProvider)