Class PostProcessorAttribute<TPostProcessor>
generic attribute for adding a post-processor to an endpoint. only effective when attribute based endpoint configuration is being used.
Inherited Members
Namespace: FastEndpoints
Assembly: FastEndpoints.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class PostProcessorAttribute<TPostProcessor> : Attribute where TPostProcessor : class, IPostProcessor
Type Parameters
Name | Description |
---|---|
TPostProcessor | the type of the post-processor |