We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f4811 commit 637d7efCopy full SHA for 637d7ef
src/Components/Server/src/DependencyInjection/IServerSideBlazorBuilder.cs
@@ -1,12 +1,14 @@
1
// Licensed to the .NET Foundation under one or more agreements.
2
// The .NET Foundation licenses this file to you under the MIT license.
3
4
+using Microsoft.AspNetCore.Components.Endpoints;
5
+
6
namespace Microsoft.Extensions.DependencyInjection;
7
8
/// <summary>
9
/// A builder that can be used to configure Server-Side Blazor.
10
/// </summary>
-public interface IServerSideBlazorBuilder
11
+public interface IServerSideBlazorBuilder : IRazorComponentsBuilder
12
{
13
14
/// Gets the <see cref="IServiceCollection"/>.
0 commit comments