Skip to main content

IUriAccessRule.CheckUri(Uri) Method

Determines whether the rule allows resource load from the specified URI.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool CheckUri(
    Uri uri
)

Parameters

Name Type Description
uri Uri

The URI whose accessibility this method checks.

Returns

Type Description
Boolean

true, if the application can load resources from the specified URI. Otherwise, false.

See Also