Skip to main content

UrlAccessRule(AccessPermission) Constructor

Creates an instance of the UrlAccessRule that provides the specified access permission to URLs.

Namespace: DevExpress.Security.Resources

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public UrlAccessRule(
    AccessPermission permission
)

Parameters

Name Type Description
permission AccessPermission

The AccessPermission enumeration value that specifies whether the created rule allows or denies access to URls.

Remarks

You can use the static Allow(String[]) or Deny(String[]) method to create an instance of the UrlAccessRule class.

See Also