Namespace Cuemon.AspNetCore.Mvc.Filters.Diagnostics
Assembly: Cuemon.AspNetCore.Mvc.dll
Classes
FaultDescriptorFilter
A filter that, after an action has faulted, provides developer friendly information about an System.Exception along with a correct System.Net.HttpStatusCode. Implements the Microsoft.AspNetCore.Mvc.Filters.IExceptionFilter
FaultDescriptorOptions
Specifies options that is related to FaultDescriptorFilter operations.
FaultResolver
Provides a way to evaluate an exception and provide details about it for in a developer friendly way.
FaultResolverListExtensions
Extension methods for the System.Collections.Generic.IList<T> interface.
HttpRequestEvidence
Provides detailed information about a given Microsoft.AspNetCore.Http.HttpRequest.
TimeMeasureAttribute
Represents an attribute that is used to mark an action method for time measure profiling.
TimeMeasuringFilter
A filter that performs time measure profiling of an action method.
TimeMeasuringOptions
Configuration options for TimeMeasuringFilter.