Table of Contents

Class RouteConfigTransformExtensions

Namespace
Yarp.ReverseProxy.Transforms
Assembly
Yarp.ReverseProxy.dll

Extensions for adding transforms to RouteConfig.

public static class RouteConfigTransformExtensions
Inheritance
RouteConfigTransformExtensions
Inherited Members

Methods

WithTransform(RouteConfig, Action<IDictionary<string, string>>)

Clones the RouteConfig and adds the transform.

public static RouteConfig WithTransform(this RouteConfig route, Action<IDictionary<string, string>> createTransform)

Parameters

route RouteConfig
createTransform Action<IDictionary<string, string>>

Returns

RouteConfig

The cloned route with the new transform.