Skip to main content
All docs
V23.2

AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.IsTrustedUri Property

Gets whether the processed resource is in a “safe” resource whitelist.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool IsTrustedUri { get; }

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