Table of Contents

Namespace Cuemon.AspNetCore.Mvc.Filters.Headers

Assembly: Cuemon.AspNetCore.Mvc.dll

The Cuemon.AspNetCore.Mvc.Headers namespace contains types that provide filters explicitly written to different types of HTTP headers. The namespace is an addition to the Microsoft.AspNetCore.Mvc.Filters namespace.

Availability: .NET 8, .NET 7 and .NET 6

Complements: Microsoft.AspNetCore.Mvc.Filters namespace 🔗

Classes

ApiKeySentinelAttribute

Provides a convenient way to protect your API with an ApiKeySentinelFilter.

ApiKeySentinelFilter

A filter that confirms request authorization in the form of an API key sentinel.

UserAgentSentinelFilter

A filter that provides an User-Agent sentinel on action methods.