QueryTransformExtensions
Class static net10.0
Extensions for adding query transforms.
namespace Aspire.Hosting.Yarp.Transforms;
public static class QueryTransformExtensions{ // ...}Methods3
Section titled MethodsWithTransformQueryRemoveKey(YarpRoute, string)extension Adds the transform that will remove the given query key.
WithTransformQueryRouteValue(YarpRoute, string, string, bool)extension Adds the transform that will append or set the query parameter from a route value.
WithTransformQueryValue(YarpRoute, string, string, bool)extension Adds the transform that will append or set the query parameter from the given value.