Skip to main content
Tab

CompressionConfigurationSection.Get() Method

Returns an object that provides programmatic access to the DevExpress compression configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static CompressionConfigurationSection Get()

Returns

Type Description
CompressionConfigurationSection

A CompressionConfigurationSection object representing the related configuration section.

See Also