Skip to main content
Tab

ResourcesConfigurationSection.Get() Method

Provides access to the DevExpress resources configuration-file section.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static ResourcesConfigurationSection Get()

Returns

Type Description
ResourcesConfigurationSection

A ResourcesConfigurationSection object.

Remarks

Use the Get method to get access to the DevExpress resources configuration-file section. This section allows you to specify which client JavaScript libraries are loaded automatically. Refer to the External Client Libraries to learn more.

See Also