AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.IsTrustedUri Property
Gets whether the processed resource is in a “safe” resource whitelist.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the resource is in a “safe” resource whitelist; otherwise, false. |
Remarks
If a restrictive download policy is active, use the RegisterTrustedUri
method to create a “safe” resource whitelist. Downloads from whitelist resources bypass policy restrictions.
Read the following topic for detailed information and examples: Suppress Control Requests to Download Data from External URLs.
See Also