Namespace Cuemon.AspNetCore.Mvc.Filters
Assembly: Cuemon.AspNetCore.Mvc.dll
Classes
ConfigurableActionFilter<TOptions>
A base class implementation of a filter that surrounds execution of the action.
ConfigurableAsyncActionFilter<TOptions>
A base class implementation of a filter that asynchronously surrounds execution of the action, after model binding is complete.
ConfigurableAsyncResultFilter<TOptions>
A base class implementation of a filter that asynchronously surrounds execution of action results successfully returned from an action.
ConfigurableFactoryFilter<TOptions>
A base class implementation of a filter metadata which can create an instance of an executable filter.