Skip to main content
Tab

SettingsConfigurationSection.CheckReferencesToExternalScripts Property

Gets or sets the value of the Check References To External Scripts configuration option.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool CheckReferencesToExternalScripts { get; set; }

Property Value

Type Description
Boolean

true, to check the scripts; otherwise, false.

See Also