3 references to Map
Microsoft.AspNetCore.Http.Abstractions (2)
Extensions\MapExtensions.cs (2)
24return Map(app, pathMatch, preserveMatchedPathSegment: false, configuration); 37return Map(app, pathMatch, preserveMatchedPathSegment: false, configuration);
Microsoft.AspNetCore.Http.Abstractions.Tests (1)
MapPathMiddlewareTests.cs (1)
116builder.Map(matchPath, true, subBuilder => subBuilder.Run(Success));