BrotliCompressionProviderOptions.IOptions<BrotliCompressionProviderOptions>.Value Property

Definition

Gets the default configured TOptions instance.

property Microsoft::AspNetCore::ResponseCompression::BrotliCompressionProviderOptions ^ Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::ResponseCompression::BrotliCompressionProviderOptions>::Value { Microsoft::AspNetCore::ResponseCompression::BrotliCompressionProviderOptions ^ get(); };
Microsoft.AspNetCore.ResponseCompression.BrotliCompressionProviderOptions Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.ResponseCompression.BrotliCompressionProviderOptions>.Value { get; }
member this.Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.ResponseCompression.BrotliCompressionProviderOptions>.Value : Microsoft.AspNetCore.ResponseCompression.BrotliCompressionProviderOptions
 ReadOnly Property Value As BrotliCompressionProviderOptions Implements IOptions(Of BrotliCompressionProviderOptions).Value

Property Value

Implements

Applies to