We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52ec5d commit 60af0f7Copy full SHA for 60af0f7
src/Components/Web/src/HtmlRendering/HtmlRenderer.cs
@@ -11,7 +11,7 @@ namespace Microsoft.AspNetCore.Components.Web;
11
/// <summary>
12
/// Provides a mechanism for rendering components non-interactively as HTML markup.
13
/// </summary>
14
-public class HtmlRenderer : IAsyncDisposable
+public sealed class HtmlRenderer : IAsyncDisposable
15
{
16
private readonly HtmlRendererCore _passiveHtmlRenderer;
17
0 commit comments