Class RemoteFeatureChecker
Inheritance
RemoteFeatureChecker
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
public class RemoteFeatureChecker : FeatureCheckerBase, IFeatureChecker, ITransientDependency
Constructors
RemoteFeatureChecker(ICachedApplicationConfigurationClient)
Declaration
public RemoteFeatureChecker(ICachedApplicationConfigurationClient configurationClient)
Parameters
Properties
ConfigurationClient
Declaration
protected ICachedApplicationConfigurationClient ConfigurationClient { get; }
Property Value
Methods
GetOrNullAsync(string)
Declaration
public override Task<string?> GetOrNullAsync(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Overrides
Implements
Extension Methods