AsyncDownloadPolicy.IsTrustedUri(Uri, AccessSettings) Method
Indicates whether the specified resource is trusted.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| uri | Uri | The resource. |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| accessContext | AccessSettings | null |
Returns
| Type | Description |
|---|---|
| Boolean | true if the specified resource is trusted; otherwise, false. |
See Also