UrlAccessRule Constructors
A rule that allows or denies access to a URL.Name | Parameters | Description |
---|---|---|
UrlAccessRule(AccessPermission, String[]) | permission, urls | Creates the UrlAccessRule that provides the specified access permission to specified URLs. |
UrlAccessRule(AccessPermission) | permission | Creates an instance of the UrlAccessRule that provides the specified access permission to URLs. |
See Also