Back to Devexpress

Check References To External Scripts

aspnetbootstrap-120359-project-configuration-web-config-options-check-references-to-external-scripts.md

latest910 B
Original Source

Check References To External Scripts

  • May 17, 2019

This option specifies whether the availability and correctness of references to external client scripts (such as jQuery, jQuery UI, Knockout, etc.), which are used by certain DevExpress web controls, are checked.

Declaration

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

Note

You should register the DevExpress Web.config section to apply these settings to your project.

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

DevExpress configuration section

Corresponding Class

SettingsConfigurationSection