ResponseTransformExtensions.WithTransformResponseHeader Method
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.
Clones the route and adds the transform which will append or set the response header.
public static Yarp.ReverseProxy.Configuration.RouteConfig WithTransformResponseHeader (this Yarp.ReverseProxy.Configuration.RouteConfig route, string headerName, string value, bool append = true, Yarp.ReverseProxy.Transforms.ResponseCondition condition = Yarp.ReverseProxy.Transforms.ResponseCondition.Success);
static member WithTransformResponseHeader : Yarp.ReverseProxy.Configuration.RouteConfig * string * string * bool * Yarp.ReverseProxy.Transforms.ResponseCondition -> Yarp.ReverseProxy.Configuration.RouteConfig
<Extension()>
Public Function WithTransformResponseHeader (route As RouteConfig, headerName As String, value As String, Optional append As Boolean = true, Optional condition As ResponseCondition = Yarp.ReverseProxy.Transforms.ResponseCondition.Success) As RouteConfig
Parameters
- route
- RouteConfig
- headerName
- String
- value
- String
- append
- Boolean
- condition
- ResponseCondition