Interface IFeatureChecker
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 |
| System.Threading.Tasks.Task<TResult><string> |
|
IsEnabledAsync(string)
Declaration
Task<bool> IsEnabledAsync(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<TResult><bool> |
|
Extension Methods