Dela via


PathRouteValuesTransform(String, TemplateBinderFactory) Constructor

Definition

Creates a new transform.

public PathRouteValuesTransform (string pattern, Microsoft.AspNetCore.Routing.Template.TemplateBinderFactory binderFactory);
new Yarp.ReverseProxy.Transforms.PathRouteValuesTransform : string * Microsoft.AspNetCore.Routing.Template.TemplateBinderFactory -> Yarp.ReverseProxy.Transforms.PathRouteValuesTransform
Public Sub New (pattern As String, binderFactory As TemplateBinderFactory)

Parameters

pattern
String

The pattern used to create the new request path.

binderFactory
TemplateBinderFactory

The factory used to bind route parameters to the given path pattern.

Applies to