Skip to main content
A newer version of this page is available. .
Tab

CompressionConfigurationSection.Get() Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public static CompressionConfigurationSection Get()

Returns

Type Description
CompressionConfigurationSection

A CompressionConfigurationSection object representing the related configuration section.

See Also