9 references to WithTransformPathRemovePrefix
Aspire.Hosting.Tests (2)
ContainerTunnelTests.cs (2)
27conf.AddRoute("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea"); 67conf.AddRoute("/servicea/{**catch-all}", servicea).WithTransformPathRemovePrefix("/servicea");
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\Transforms\PathTransformExtensions.cs (1)
109return route.WithTransformPathRemovePrefix(new PathString(prefix));
ExternalServices.AppHost (2)
AppHost.cs (2)
30c.AddRoute("/nuget/{**catchall}", nugetCluster).WithTransformPathRemovePrefix("/nuget"); 31c.AddRoute("/external-service/{**catchall}", externalService).WithTransformPathRemovePrefix("/external-service");
TestShop.AppHost (2)
AppHost.cs (2)
106.WithTransformPathRemovePrefix("/catalog"); 109.WithTransformPathRemovePrefix("/basket");
Yarp.AppHost (2)
Program.cs (2)
17.WithTransformPathRemovePrefix("/api"); 25.WithTransformPathRemovePrefix("/api");