Class FilterCollectionExtensions
Convenient extension methods for Microsoft.
Inheritance
System.Object
FilterCollectionExtensions
Namespace: EPiServer.DependencyInjection
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public static class FilterCollectionExtensions : Object
Methods
TryAdd<TFilterType>(FilterCollection)
Adds a global filter if it is not already registered
Declaration
public static FilterCollection TryAdd<TFilterType>(this FilterCollection filters)
where TFilterType : IFilterMetadata
Parameters
Type | Name | Description |
---|---|---|
Microsoft. |
filters | The filters |
Returns
Type | Description |
---|---|
Microsoft. |
The filter collection |
Type Parameters
Name | Description |
---|---|
TFilterType | The filter type to register |