BasePermissionService.IsAsterisk method
Gets whether the specified permission is an asterisk, e.g. "*" that grants permission to all including anonymous users.
protected virtual bool IsAsterisk(string permission)
| parameter | description |
|---|---|
| permission | Permission |
See Also
- class BasePermissionService