A newer version of this page is available.
Switch to the current version.
IUriAccessRule Interface
A rule that allows or denies access to a URI.
Namespace: DevExpress.Security.Resources
Assembly: DevExpress.Data.v19.2.dll
Declaration
public interface IUriAccessRule :
IAccessRule
Public Interface IUriAccessRule
Inherits IAccessRule
Remarks
This interface extends the IAccessRule interface with the CheckUri(Uri) method. This method indicates whether the rule allows or denies access to resources from the requested URI.
Use the following rule types that implement the IUriAccessRule interface:
DirectoryAccessRule
Allows or denies access to all/specific file directories.UrlAccessRule
Allows or denies access to all/specific URLs.
See Also
Feedback