PathTransformExtensions.WithTransformPathSet(RouteConfig, PathString) Method
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.
Clones the route and adds the transform which sets the request path with the given value.
public static Yarp.ReverseProxy.Configuration.RouteConfig WithTransformPathSet (this Yarp.ReverseProxy.Configuration.RouteConfig route, Microsoft.AspNetCore.Http.PathString path);
static member WithTransformPathSet : Yarp.ReverseProxy.Configuration.RouteConfig * Microsoft.AspNetCore.Http.PathString -> Yarp.ReverseProxy.Configuration.RouteConfig
<Extension()>
Public Function WithTransformPathSet (route As RouteConfig, path As PathString) As RouteConfig
Parameters
- route
- RouteConfig
- path
- PathString