Share via


QueryTransformExtensions Class

Definition

Extensions for adding query transforms.

public static class QueryTransformExtensions
type QueryTransformExtensions = class
Public Module QueryTransformExtensions
Inheritance
QueryTransformExtensions

Methods

WithTransformQueryRemoveKey(YarpRoute, String)

Adds the transform that will remove the given query key.

WithTransformQueryRouteValue(YarpRoute, String, String, Boolean)

Adds the transform that will append or set the query parameter from a route value.

WithTransformQueryValue(YarpRoute, String, String, Boolean)

Adds the transform that will append or set the query parameter from the given value.

Applies to