CR: Rename RenderTreeBuilderExtensions to WebRenderTreeBuilderExtensions

This commit is contained in:
Steve Sanderson 2019-10-01 13:38:14 +01:00 committed by Artak
parent 0d30083aab
commit aca8db6572
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ namespace Microsoft.AspNetCore.Components.Web
/// <summary>
/// Provides methods for building a collection of <see cref="RenderTreeFrame"/> entries.
/// </summary>
public static class RenderTreeBuilderExtensions
public static class WebRenderTreeBuilderExtensions
{
// The "prevent default" and "stop propagation" flags behave like attributes, in that:
// - you can have multiple of them on a given element (for separate events)