Back to Devexpress

Check References To External Scripts

aspnet-9133-common-concepts-webconfig-modifications-webconfig-options-check-references-to-external-scripts.md

latest882 B
Original Source

Check References To External Scripts

  • Dec 02, 2022

This option specifies whether links to external client scripts (such as jQuery or Knockout), which are used by some DevExpress web controllers, are checked for presence and validity.

Declaration

xml
<configuration>
    ...
    <devExpress>
        ...
        <settings checkReferencesToExternalScripts="true" />
        ...
    </devExpress>
    ...
</configuration>

Note

In order to use the DevExpress Web.config section, register this section group beforehand.

Starting with v17.1, this option is enabled by default.

DevExpress configuration section

Corresponding Class

SettingsConfigurationSection