Skip to main content
All docs
V23.2

AsyncDownloadPolicy.IsTrustedUri(Uri, AccessSettings) Method

Indicates whether the specified resource is trusted.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public static bool IsTrustedUri(
    Uri uri,
    AccessSettings accessContext = null
)

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