Class AppFeatureFlagIPAddressAllow
public abstract class AppFeatureFlagIPAddressAllow : AppFeatureFlag<IReadOnlyList<IPAddress>, bool>, IAppFeatureFlag<IReadOnlyList<IPAddress>, bool>, IAppFeatureFlagResult<bool>, IAppFeatureFlag, IAppFeatureFlagBoolContraint
- Inheritance
-
objectAppFeatureFlagIPAddressAllow
- Implements
- Inherited Members
Methods
GetValueAsync(IActionContext)
public override ValueTask<bool> GetValueAsync(IActionContext ctx)
Parameters
ctx
IActionContext