Interface IFeatureChecker
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public interface IFeatureChecker
Methods
GetOrNullAsync(string)
Declaration
Task<string?> GetOrNullAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| Task<string> |
IsEnabledAsync(string)
Declaration
Task<bool> IsEnabledAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| Task<bool> |