Skip to content

Commit 6e49f97

Browse files
update
1 parent 3f05abc commit 6e49f97

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-app-configuration/howto-feature-filters-aspnet-core.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ services.AddFeatureManagement()
3939
.AddFeatureFilter<MyCriteriaFilter>();
4040
```
4141

42-
Starting with version *3.0.0* of `Microsoft.FeatureManagement`, the following built-in filters are registered automatically as part of the `AddFeatureManagement` call, so you don't need to register them.
42+
Starting with version *3.0.0* of `Microsoft.FeatureManagement`, the following [built-in filters](https://github.com/microsoft/FeatureManagement-Dotnet#built-in-feature-filters) are registered automatically as part of the `AddFeatureManagement` call, so you don't need to register them.
43+
44+
- `TimeWindowFilter`
45+
- `ContextualTargetingFilter`
46+
- `PercentageFilter`
4347

4448
> [!TIP]
4549
> For more information on using `TargetingFilter`, see [Enable staged rollout of features for targeted audiences](./howto-targetingfilter-aspnet-core.md).

0 commit comments

Comments
 (0)