Class UnwantedHeaderKeysMiddlewareExtensions
Inherited Members
Namespace: Coree.NETASP.Middleware.UnwantedHeaderKeysFiltering
Assembly: Coree.NETASP.dll
Syntax
public static class UnwantedHeaderKeysMiddlewareExtensions
Methods
| Edit this page View SourceAddUnwantedHeaderKeysFiltering(IServiceCollection, string[]?, bool, int, int)
Declaration
public static IServiceCollection AddUnwantedHeaderKeysFiltering(this IServiceCollection services, string[]? blacklist = null, bool continueOnDisallowed = false, int disallowedFailureRating = 10, int disallowedStatusCode = 400)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceCollection | services | |
| string[] | blacklist | |
| bool | continueOnDisallowed | |
| int | disallowedFailureRating | |
| int | disallowedStatusCode |
Returns
| Type | Description |
|---|---|
| IServiceCollection |