Table of Contents

Namespace Cuemon.Extensions.AspNetCore.Mvc.Filters

Assembly: Cuemon.Extensions.AspNetCore.Mvc.dll

Register ASP.NET Core MVC filters for caching, fault descriptors, server timing, user-agent sentinel, throttling, and API-key sentinel with a single method call. Use this namespace when you need to add HTTP cache validation, structured error handling, server timing, or throttling filters to your MVC filter collection. Start with AddHttpCacheable for cache support or AddFaultDescriptor for error handling.

Availability: .NET 10 and .NET 9

Complements: Cuemon.AspNetCore.Mvc.Filters namespace 📘

Extension Members

Type Ext Methods
FilterCollection ⬇️ AddHttpCacheable, AddFaultDescriptor, AddServerTiming, AddUserAgentSentinel, AddThrottlingSentinel, AddApiKeySentinel
IMvcBuilder ⬇️ AddHttpCacheableOptions, AddFaultDescriptorOptions, AddServerTimingOptions, AddUserAgentSentinelOptions, AddThrottlingSentinelOptions, AddApiKeySentinelOptions

Classes

FilterCollectionExtensions

Extension methods for the FilterCollection class.

MvcBuilderExtensions

Extension methods for the IMvcBuilder interface.