Back to Devexpress

IUriAccessRule Interface

corelibraries-devexpress-dot-security-dot-resources-a828db99.md

latest1.5 KB
Original Source

IUriAccessRule Interface

A rule that allows or denies access to a URI.

Namespace : DevExpress.Security.Resources

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public interface IUriAccessRule :
    IAccessRule
vb
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:

See Also

IUriAccessRule Members

DevExpress.Security.Resources Namespace