Skip to main content

UriAccessRule Class

A base class for the DirectoryAccessRule and UrlAccessRule classes.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public abstract class UriAccessRule :
    IUriAccessRule,
    IAccessRule

#Remarks

If you use relative paths, you will receive the following exceptions:

  • NotSupportedException: when you call the CheckUriAccess method to check the relative path’s availability.
  • InvalidOperationException: when you create a UriAccessRule with a relative URL.

Use absolute paths in access settings to avoid exceptions.

See Also