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 9 and .NET 8
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.