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
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 aUriAccessRule
with a relative URL.
Use absolute paths in access settings to avoid exceptions.
Inheritance
See Also