Dela via


PathRouteValuesTransform Class

Definition

Generates a new request path by plugging matched route parameters into the given pattern.

public class PathRouteValuesTransform : Yarp.ReverseProxy.Transforms.RequestTransform
type PathRouteValuesTransform = class
    inherit RequestTransform
Public Class PathRouteValuesTransform
Inherits RequestTransform
Inheritance
PathRouteValuesTransform

Constructors

PathRouteValuesTransform(String, TemplateBinderFactory)

Creates a new transform.

Methods

ApplyAsync(RequestTransformContext)

Transforms any of the available fields before building the outgoing request.

Applies to