@@ -8,20 +8,12 @@ public sealed partial class ComponentEndpointConventionBuilder : Microsoft.AspNe
8
8
internal ComponentEndpointConventionBuilder ( ) { }
9
9
public void Add ( System . Action < Microsoft . AspNetCore . Builder . EndpointBuilder > convention ) { }
10
10
}
11
- public static partial class ComponentEndpointConventionBuilderExtensions
12
- {
13
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder AddComponent ( this Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder builder , System . Type componentType , string selector ) { throw null ; }
14
- }
15
11
public static partial class ComponentEndpointRouteBuilderExtensions
16
12
{
17
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , System . Type type , string selector ) { throw null ; }
18
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , System . Type type , string selector , System . Action < Microsoft . AspNetCore . Http . Connections . HttpConnectionDispatcherOptions > configureOptions ) { throw null ; }
19
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , System . Type componentType , string selector , string path ) { throw null ; }
20
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , System . Type componentType , string selector , string path , System . Action < Microsoft . AspNetCore . Http . Connections . HttpConnectionDispatcherOptions > configureOptions ) { throw null ; }
21
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub < TComponent > ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , string selector ) where TComponent : Microsoft . AspNetCore . Components . IComponent { throw null ; }
22
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub < TComponent > ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , string selector , System . Action < Microsoft . AspNetCore . Http . Connections . HttpConnectionDispatcherOptions > configureOptions ) where TComponent : Microsoft . AspNetCore . Components . IComponent { throw null ; }
23
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub < TComponent > ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , string selector , string path ) where TComponent : Microsoft . AspNetCore . Components . IComponent { throw null ; }
24
- public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub < TComponent > ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , string selector , string path , System . Action < Microsoft . AspNetCore . Http . Connections . HttpConnectionDispatcherOptions > configureOptions ) where TComponent : Microsoft . AspNetCore . Components . IComponent { throw null ; }
13
+ public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints ) { throw null ; }
14
+ public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , System . Action < Microsoft . AspNetCore . Http . Connections . HttpConnectionDispatcherOptions > configureOptions ) { throw null ; }
15
+ public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , string path ) { throw null ; }
16
+ public static Microsoft . AspNetCore . Builder . ComponentEndpointConventionBuilder MapBlazorHub ( this Microsoft . AspNetCore . Routing . IEndpointRouteBuilder endpoints , string path , System . Action < Microsoft . AspNetCore . Http . Connections . HttpConnectionDispatcherOptions > configureOptions ) { throw null ; }
25
17
}
26
18
}
27
19
namespace Microsoft . AspNetCore . Components . Server
0 commit comments