Del via


QueryTransformExtensions.WithTransformQueryRemoveKey Method

Definition

Clones the route and adds the transform that will remove the given query key.

public static Yarp.ReverseProxy.Configuration.RouteConfig WithTransformQueryRemoveKey (this Yarp.ReverseProxy.Configuration.RouteConfig route, string queryKey);
static member WithTransformQueryRemoveKey : Yarp.ReverseProxy.Configuration.RouteConfig * string -> Yarp.ReverseProxy.Configuration.RouteConfig
<Extension()>
Public Function WithTransformQueryRemoveKey (route As RouteConfig, queryKey As String) As RouteConfig

Parameters

route
RouteConfig
queryKey
String

Returns

Applies to