PathRouteValuesTransform(String, TemplateBinderFactory) Constructor
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.
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.