@@ -5,20 +5,20 @@ namespace Microsoft.AspNetCore.Builder
5
5
{
6
6
public static partial class EndpointRouteBuilderExtensions
7
7
{
8
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , Microsoft . AspNetCore . Routing . Patterns . RoutePattern pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
9
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , Microsoft . AspNetCore . Routing . Patterns . RoutePattern pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
10
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
11
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
12
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapDelete ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
13
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapDelete ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
14
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapGet ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
15
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapGet ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
16
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPost ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
17
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPost ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
18
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPut ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
19
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPut ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
20
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapVerbs ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , System . Collections . Generic . IList < string > httpMethods , params object [ ] metadata ) { throw null ; }
21
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapVerbs ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , System . Collections . Generic . IList < string > httpMethods , params object [ ] metadata ) { throw null ; }
8
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , Microsoft . AspNetCore . Routing . Patterns . RoutePattern pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
9
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , Microsoft . AspNetCore . Routing . Patterns . RoutePattern pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
10
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
11
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder Map ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
12
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapDelete ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
13
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapDelete ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
14
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapGet ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
15
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapGet ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
16
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPost ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
17
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPost ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
18
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPut ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
19
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapPut ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , params object [ ] metadata ) { throw null ; }
20
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapVerbs ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , System . Collections . Generic . IList < string > httpMethods , params object [ ] metadata ) { throw null ; }
21
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapVerbs ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , string displayName , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate , System . Collections . Generic . IList < string > httpMethods , params object [ ] metadata ) { throw null ; }
22
22
}
23
23
public static partial class EndpointRoutingApplicationBuilderExtensions
24
24
{
@@ -27,8 +27,8 @@ public static partial class EndpointRoutingApplicationBuilderExtensions
27
27
}
28
28
public static partial class FallbackEndpointRouteBuilderExtensions
29
29
{
30
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapFallback ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate ) { throw null ; }
31
- public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapFallback ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder builder , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate ) { throw null ; }
30
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapFallback ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate ) { throw null ; }
31
+ public static Microsoft . AspNetCore . Builder . IEndpointConventionBuilder MapFallback ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder routes , string pattern , Microsoft . AspNetCore . Http . RequestDelegate requestDelegate ) { throw null ; }
32
32
}
33
33
public static partial class MapRouteRouteBuilderExtensions
34
34
{
0 commit comments