Back to Devexpress

AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.IsTrustedUri Property

corelibraries-devexpress-dot-data-dot-asyncdownloadpolicy-dot-asyncdownloadercanceleventargs.md

latest1.8 KB
Original Source

AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs.IsTrustedUri Property

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

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public bool IsTrustedUri { get; }
vb
Public ReadOnly Property IsTrustedUri As Boolean

Property Value

TypeDescription
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

RegisterTrustedUri

AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs Class

AsyncDownloadPolicy.AsyncDownloaderCancelEventArgs Members

DevExpress.Data Namespace