TransformBuilderContextFuncExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for TransformBuilderContext.
public static class TransformBuilderContextFuncExtensions
type TransformBuilderContextFuncExtensions = class
Public Module TransformBuilderContextFuncExtensions
- Inheritance
-
TransformBuilderContextFuncExtensions
Methods
| AddRequestTransform(TransformBuilderContext, Func<RequestTransformContext,ValueTask>) |
Adds a transform Func that runs on each request for the given route. |
| AddResponseTrailersTransform(TransformBuilderContext, Func<ResponseTrailersTransformContext,ValueTask>) |
Adds a transform Func that runs on each response for the given route. |
| AddResponseTransform(TransformBuilderContext, Func<ResponseTransformContext,ValueTask>) |
Adds a transform Func that runs on each response for the given route. |