Welcome to mirror list, hosted at ThFree Co, Russian Federation.

7.0-rc1_Microsoft.AspNetCore.Routing.Patterns.md « Microsoft.AspNetCore.App « rc1 « api-diff « preview « 7.0 « release-notes - github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13407ead5284688346d9fa1e6c5168bc42473bb0 (plain)
1
2
3
4
5
6
7
8
9
10
# Microsoft.AspNetCore.Routing.Patterns

``` diff
 namespace Microsoft.AspNetCore.Routing.Patterns {
     public static class RoutePatternFactory {
+        public static RoutePattern Combine(RoutePattern? left, RoutePattern right);
     }
 }
```