Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

MapsAspNetModule.ClientLibrariesLocation Property

OBSOLETE

This member is not used any longer. You can embed third-party libraries as described in the following article: https://documentation.devexpress.com/#AspNet/CustomDocument17153.

This property is obsolete. Use the embedRequiredClientLibraries option in the Web.config file instead.

Namespace: DevExpress.ExpressApp.Maps.Web

Assembly: DevExpress.ExpressApp.Maps.Web.v20.2.dll

NuGet Package: DevExpress.ExpressApp.Maps.Web

Declaration

[Browsable(false)]
[Obsolete("This member is not used any longer. You can embed third-party libraries as described in the following article: https://documentation.devexpress.com/#AspNet/CustomDocument17153.", true)]
public ClientLibrariesLocations ClientLibrariesLocation { get; set; }

Property Value

Type
ClientLibrariesLocations

Available values:

Name Description
Embedded

Embedded JavaScript libraries are loaded automatically.

Custom

JavaScript libraries specified in the default.aspx markup are used.

See Also