Class AppFeatureFlagGateAttribute
Enable the endpoint only when AppFeatureFlagBool value is 'true'
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true, Inherited = false)]
public class AppFeatureFlagGateAttribute : Attribute
- Inheritance
-
objectAttributeAppFeatureFlagGateAttribute
- Derived
Constructors
AppFeatureFlagGateAttribute(Type)
public AppFeatureFlagGateAttribute(Type AppFeatureFlag)
Parameters
AppFeatureFlag
Type
Fields
AppFeatureFlag
public Type AppFeatureFlag