1
1
abstract Microsoft.AspNetCore.Components.Endpoints.RenderModeEndpointProvider.GetEndpointBuilders(Microsoft.AspNetCore.Components.IComponentRenderMode! renderMode, Microsoft.AspNetCore.Builder.IApplicationBuilder! applicationBuilder) -> System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.RouteEndpointBuilder!>!
2
2
abstract Microsoft.AspNetCore.Components.Endpoints.RenderModeEndpointProvider.Supports(Microsoft.AspNetCore.Components.IComponentRenderMode! renderMode) -> bool
3
- abstract Microsoft.AspNetCore.Components.Infrastructure.RazorComponentApplicationAttribute.GetBuilder() -> Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder!
4
3
Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder
5
4
Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder.Add(System.Action<Microsoft.AspNetCore.Builder.EndpointBuilder!>! convention) -> void
6
5
Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder.AddServerRenderMode() -> Microsoft.AspNetCore.Builder.RazorComponentEndpointConventionBuilder!
@@ -12,7 +11,7 @@ Microsoft.AspNetCore.Builder.RazorComponentsEndpointRouteBuilderExtensions
12
11
Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder
13
12
Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder.AddAssembly(System.Reflection.Assembly! assembly) -> Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder!
14
13
Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder.ComponentApplicationBuilder() -> void
15
- Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder.HasLibrary (string! assemblyName) -> bool
14
+ Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder.HasAssembly (string! assemblyName) -> bool
16
15
Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder.RemoveAssembly(System.Reflection.Assembly! assembly) -> Microsoft.AspNetCore.Components.Discovery.ComponentApplicationBuilder!
17
16
Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata
18
17
Microsoft.AspNetCore.Components.Endpoints.ComponentTypeMetadata.ComponentTypeMetadata(System.Type! componentType) -> void
@@ -23,10 +22,6 @@ Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer.PrerenderCompone
23
22
Microsoft.AspNetCore.Components.Endpoints.IComponentPrerenderer.PrerenderPersistedStateAsync(Microsoft.AspNetCore.Http.HttpContext! httpContext, Microsoft.AspNetCore.Components.PersistedStateSerializationMode serializationMode) -> System.Threading.Tasks.ValueTask<Microsoft.AspNetCore.Html.IHtmlContent!>
24
23
Microsoft.AspNetCore.Components.Endpoints.IRazorComponentsBuilder
25
24
Microsoft.AspNetCore.Components.Endpoints.IRazorComponentsBuilder.Services.get -> Microsoft.Extensions.DependencyInjection.IServiceCollection!
26
- Microsoft.AspNetCore.Components.Endpoints.RazorComponentDataSourceOptions
27
- Microsoft.AspNetCore.Components.Endpoints.RazorComponentDataSourceOptions.RazorComponentDataSourceOptions() -> void
28
- Microsoft.AspNetCore.Components.Endpoints.RazorComponentDataSourceOptions.UseDeclaredRenderModes.get -> bool
29
- Microsoft.AspNetCore.Components.Endpoints.RazorComponentDataSourceOptions.UseDeclaredRenderModes.set -> void
30
25
Microsoft.AspNetCore.Components.Endpoints.RazorComponentResult
31
26
Microsoft.AspNetCore.Components.Endpoints.RazorComponentResult.ComponentType.get -> System.Type!
32
27
Microsoft.AspNetCore.Components.Endpoints.RazorComponentResult.ContentType.get -> string?
@@ -55,8 +50,6 @@ Microsoft.AspNetCore.Components.Endpoints.WebAssemblyComponentsEndpointOptions
55
50
Microsoft.AspNetCore.Components.Endpoints.WebAssemblyComponentsEndpointOptions.PathPrefix.get -> Microsoft.AspNetCore.Http.PathString
56
51
Microsoft.AspNetCore.Components.Endpoints.WebAssemblyComponentsEndpointOptions.PathPrefix.set -> void
57
52
Microsoft.AspNetCore.Components.Endpoints.WebAssemblyComponentsEndpointOptions.WebAssemblyComponentsEndpointOptions() -> void
58
- Microsoft.AspNetCore.Components.Infrastructure.RazorComponentApplicationAttribute
59
- Microsoft.AspNetCore.Components.Infrastructure.RazorComponentApplicationAttribute.RazorComponentApplicationAttribute() -> void
60
53
Microsoft.AspNetCore.Components.PersistedStateSerializationMode
61
54
Microsoft.AspNetCore.Components.PersistedStateSerializationMode.Infer = 1 -> Microsoft.AspNetCore.Components.PersistedStateSerializationMode
62
55
Microsoft.AspNetCore.Components.PersistedStateSerializationMode.Server = 2 -> Microsoft.AspNetCore.Components.PersistedStateSerializationMode
0 commit comments