1 instantiation of RazorComponentsEndpointConventionBuilder
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSource.cs (1)
51
DefaultBuilder = new
RazorComponentsEndpointConventionBuilder
(
24 references to RazorComponentsEndpointConventionBuilder
Microsoft.AspNetCore.Components.Endpoints (18)
Builder\ComponentEndpointConventionBuilderHelper.cs (2)
19
public static void AddRenderMode(
RazorComponentsEndpointConventionBuilder
builder, IComponentRenderMode renderMode)
28
public static IEndpointRouteBuilder GetEndpointRouteBuilder(
RazorComponentsEndpointConventionBuilder
builder) => builder.EndpointRouteBuilder;
Builder\RazorComponentEndpointDataSource.cs (1)
63
internal
RazorComponentsEndpointConventionBuilder
DefaultBuilder { get; }
Builder\RazorComponentsEndpointConventionBuilderExtensions.cs (12)
18
/// <param name="builder">The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</param>"/>
20
/// <returns>The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</returns>
24
public static
RazorComponentsEndpointConventionBuilder
AddAdditionalAssemblies(
25
this
RazorComponentsEndpointConventionBuilder
builder,
42
/// <param name="builder">The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</param>
44
/// <returns>The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</returns>
50
public static
RazorComponentsEndpointConventionBuilder
WithStaticAssets(
51
this
RazorComponentsEndpointConventionBuilder
builder,
71
/// <param name="builder">The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</param>
73
/// <returns>The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</returns>
74
public static
RazorComponentsEndpointConventionBuilder
WithBrowserConfiguration(
75
this
RazorComponentsEndpointConventionBuilder
builder,
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (3)
24
/// <returns>An <see cref="
RazorComponentsEndpointConventionBuilder
"/> that can be used to further configure the API.</returns>
25
public static
RazorComponentsEndpointConventionBuilder
MapRazorComponents<[DynamicallyAccessedMembers(Component)] TRootComponent>(this IEndpointRouteBuilder endpoints)
31
var
result = GetOrCreateDataSource<TRootComponent>(endpoints).DefaultBuilder;
Microsoft.AspNetCore.Components.Server (6)
Builder\ServerRazorComponentsEndpointConventionBuilderExtensions.cs (6)
21
/// <returns>The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</returns>
22
public static
RazorComponentsEndpointConventionBuilder
AddInteractiveServerRenderMode(this
RazorComponentsEndpointConventionBuilder
builder)
30
/// <param name="builder">The <see cref="
RazorComponentsEndpointConventionBuilder
"/>.</param>
33
public static
RazorComponentsEndpointConventionBuilder
AddInteractiveServerRenderMode(
34
this
RazorComponentsEndpointConventionBuilder
builder,