TransformBuilderContext.ResponseTransforms Property
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.
Add response transforms here for the given route.
public System.Collections.Generic.IList<Yarp.ReverseProxy.Transforms.ResponseTransform> ResponseTransforms { get; }
member this.ResponseTransforms : System.Collections.Generic.IList<Yarp.ReverseProxy.Transforms.ResponseTransform>
Public ReadOnly Property ResponseTransforms As IList(Of ResponseTransform)