YarpRouteExtensions.WithMatchRouteQueryParameter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Only match requests that contain all of these query parameters.
public static Aspire.Hosting.Yarp.YarpRoute WithMatchRouteQueryParameter(this Aspire.Hosting.Yarp.YarpRoute route, params Yarp.ReverseProxy.Configuration.RouteQueryParameter[] queryParameters);
static member WithMatchRouteQueryParameter : Aspire.Hosting.Yarp.YarpRoute * Yarp.ReverseProxy.Configuration.RouteQueryParameter[] -> Aspire.Hosting.Yarp.YarpRoute
<Extension()>
Public Function WithMatchRouteQueryParameter (route As YarpRoute, ParamArray queryParameters As RouteQueryParameter()) As YarpRoute
Parameters
- route
- YarpRoute
- queryParameters
- RouteQueryParameter[]