Class AppFeatureFlagGateAttribute<T>
Enable the endpoint only when AppFeatureBool value is 'true'
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class AppFeatureFlagGateAttribute<T> : AppFeatureFlagGateAttribute where T : IAppFeatureFlagBoolContraint
Type Parameters
T
- Inheritance
-
objectAttributeAppFeatureFlagGateAttribute<T>
- Inherited Members
Constructors
AppFeatureFlagGateAttribute()
public AppFeatureFlagGateAttribute()