PathStringTransform(PathStringTransform+PathTransformMode, PathString) 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 PathStringTransform (Yarp.ReverseProxy.Transforms.PathStringTransform.PathTransformMode mode, Microsoft.AspNetCore.Http.PathString value);
new Yarp.ReverseProxy.Transforms.PathStringTransform : Yarp.ReverseProxy.Transforms.PathStringTransform.PathTransformMode * Microsoft.AspNetCore.Http.PathString -> Yarp.ReverseProxy.Transforms.PathStringTransform
Public Sub New (mode As PathStringTransform.PathTransformMode, value As PathString)
Parameters
A PathStringTransform.PathTransformMode indicating how the given value should update the existing path.
- value
- PathString
The path value used to update the existing value.