CR: Rename RenderTreeBuilderExtensions to WebRenderTreeBuilderExtensions
This commit is contained in:
parent
0d30083aab
commit
aca8db6572
|
|
@ -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)
|
||||
Loading…
Reference in New Issue