Class AppFeatureFlagJsonAttribute
Describe an AppFeatureFlag Type of type 'Json' value
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public class AppFeatureFlagJsonAttribute : AppFeatureFlagBaseParametersAttribute
- Inheritance
-
objectAttributeAppFeatureFlagBaseParametersAttributeAppFeatureFlagJsonAttribute
Constructors
AppFeatureFlagJsonAttribute(string, string)
public AppFeatureFlagJsonAttribute(string Title, string DefaultValue)
Parameters
Properties
DefaultValue
public string DefaultValue { get; set; }