GzipCompressionProviderOptions.IOptions<GzipCompressionProviderOptions>.Value 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.
Gets the default configured TOptions
instance.
property Microsoft::AspNetCore::ResponseCompression::GzipCompressionProviderOptions ^ Microsoft::Extensions::Options::IOptions<Microsoft::AspNetCore::ResponseCompression::GzipCompressionProviderOptions>::Value { Microsoft::AspNetCore::ResponseCompression::GzipCompressionProviderOptions ^ get(); };
Microsoft.AspNetCore.ResponseCompression.GzipCompressionProviderOptions Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.ResponseCompression.GzipCompressionProviderOptions>.Value { get; }
member this.Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.ResponseCompression.GzipCompressionProviderOptions>.Value : Microsoft.AspNetCore.ResponseCompression.GzipCompressionProviderOptions
ReadOnly Property Value As GzipCompressionProviderOptions Implements IOptions(Of GzipCompressionProviderOptions).Value