PathRouteValuesTransform Class
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.
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
Constructors
PathRouteValuesTransform(String, TemplateBinderFactory) |
Creates a new transform. |
Methods
ApplyAsync(RequestTransformContext) |
Transforms any of the available fields before building the outgoing request. |