Class QueryParameterRemoveTransform
A request transform that removes the given query parameter.
Inheritance
System.Object
QueryParameterRemoveTransform
Assembly: Yarp.ReverseProxy.dll
public class QueryParameterRemoveTransform : RequestTransform
Constructors
|
Improve this Doc
View Source
Declaration
public QueryParameterRemoveTransform(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Methods
|
Improve this Doc
View Source
ApplyAsync(RequestTransformContext)
Transforms any of the available fields before building the outgoing request.
Declaration
public override ValueTask ApplyAsync(RequestTransformContext context)
Parameters
Returns
Type |
Description |
ValueTask |
|
Overrides