Skip to content
Docs Try Aspire

QueryTransformExtensions

Class static net10.0
📦 Aspire.Hosting.Yarp v13.1.2
Extensions for adding query transforms.
namespace Aspire.Hosting.Yarp.Transforms;
public static class QueryTransformExtensions
{
// ...
}
WithTransformQueryRemoveKey(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.
View all methods