Skip to main content
A newer version of this page is available. .

IUriAccessRule.CheckUri(Uri) Method

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

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v19.1.dll

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