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